issues
search
riyan-dcosta
/
learn-python
python basic functionalities
Apache License 2.0
1
stars
0
forks
source link
Logs and Utils
#4
Open
riyan-dcosta
opened
1 year ago
riyan-dcosta
commented
1 year ago
Common Utility packages
[ ] time taken by a function to execute
check the CPU or GPU execution vs Thread running time from Clock. Both gives different total execution time if there is a pause in thread.
No need to research deep, when we encounter any async operation then the difference in Processing time vs Clock time will be essential.
[ ] custom logging
logging will be an abstract class used to have different location option to log.
riyan-dcosta
commented
1 year ago
git fetch origin git checkout feat/logs-utils @RahulGhosh02
Common Utility packages