This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Timer unit: 1e-06 s | |
Total time: 0.211221 s | |
File: /usr/lib/python3.4/site-packages/numpy/lib/function_base.py | |
Function: average at line 436 | |
Line # Hits Time Per Hit % Time Line Contents | |
============================================================== | |
436 @profile | |
437 def average(a, axis=None, weights=None, returned=False): |