CCExtractor / Rekognition

Free and Open Source alternative to Amazon's Rekognition service. CCExtractor Development | Poor Man's Rekognition
GNU General Public License v3.0
102 stars 53 forks source link

Added the Memory Profiler #189

Closed augsaksham closed 2 years ago

augsaksham commented 2 years ago

I have implemented the memory profiling module #97 . This module helps to keep track of the memory usage and also monitors the time required to process a request. The output is displayed on the terminal under looger.info messages ,also the output is available in the response under the tags("Memory" and "Time") Working Screenshot: final_post

PulkitMishra commented 2 years ago

thanks @augsaksham