profiler¶
Classes
Displays timing or profiling for any view. |
Functions
- intranet.middleware.profiler.stdev(x)[source]¶
Calculate standard deviation of data x[]: std = sqrt(sum_i (x_i - mean)^2 over n-1) https://wiki.python.org/moin/NumericAndScientificRecipes