Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 954 Bytes

README.md

File metadata and controls

41 lines (32 loc) · 954 Bytes

OpticRescue

Notification Application for something you want a constant reminder for.

Example Features:

  1. Constant reminder for taking a break from screen when you're in front of screen for too long
  2. Push commits regularly or in regular intervals
  3. Reminder to check logs/some important metrics
  4. Drink water in intervals

Profiling

Time Profiling

Time Profile

Memory Profiling

memory

Queries

# time profiling
kernprof -l -v optic.py --interval 2 --stop_iterations 5
# memory profiling
python -m memory_profiler optic.py --interval 2 --stop_iterations 5
# generate time vs memory
mprof run optic.py --interval 2 --stop_iterations 5
mprof plot

Support

Windows

Edition	        Windows 10 Home Single Language
Version	        20H2
OS build        19042.1110

Linux

(In progress)

Contributions : CONTRIBUTING