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.
@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.