vkondrat / yappi

Automatically exported from code.google.com/p/yappi
MIT License
0 stars 0 forks source link

option to print the names without abbreviating #9

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
If module names, function/method names or line numbers are long, yappi
can't print all of them in a whole in first column of the report.

It would be beneficial for locating the profiled method if yappi reporting
functions could have an option to print the names without abbreviating,
even if the table formatting would be not perfect.

Original issue reported on code.google.com by mjan...@gmail.com on 23 Feb 2010 at 9:17

GoogleCodeExporter commented 8 years ago
Have you tried enum_stats() function in the yappi, that will call a predefined
callback function in your code for every stat item and there will be no 
abbreviating
for function names, you can do whatever you want. But of course table 
formatting will
be your resposbility then. 

Original comment by sum...@gmail.com on 23 Feb 2010 at 9:30

GoogleCodeExporter commented 8 years ago
enum_stats() function can be used for this issue.

Original comment by sum...@gmail.com on 15 May 2010 at 12:24