SylviaCHS / BME547_Final_Project

MIT License
0 stars 1 forks source link

Create user metrics from Mongo #8

Closed KimberlyLennox closed 5 years ago

KimberlyLennox commented 5 years ago

@SylviaCHS Hi Sylvia,

User metrics are now available on the database. They are stored as a dictionary with key entries for each process method the user could call. For instance "Histogram Equalization": [2, 0.9] The first number is the number of times the method has been called. The second is the mean latency of the method.