bofh19 / yappi

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

Truncated tid in thread stats #27

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

import yappi
yappi.start()
yappi.print_stats()

What is the expected output? What do you see instead?

name           tid    fname                                scnt     ttot
_MainThread    -121.. ..dist-packages/yappi.py.get_stats:5 1        0.000000   

Expected: full thread id, -1214669072 in this case.

What version of the product are you using? On what operating system?

yappi 0.54
Python 2.6.5
Ubuntu 10.04.3 LTS
Linux 2.6.32-36-generic i686

Please provide any additional information below.

Original issue reported on code.google.com by b4j7br...@gmail.com on 10 Dec 2011 at 12:13

GoogleCodeExporter commented 9 years ago
In current code it is impossible to fix this problem as we have a limited space 
per line. However, if #issue30 will be implemented, one can use enum_stats() to 
customize the display thread stats.

Original comment by sum...@gmail.com on 7 Jan 2012 at 6:15

GoogleCodeExporter commented 9 years ago
done in issue30.

Original comment by sum...@gmail.com on 27 Feb 2012 at 6:24

GoogleCodeExporter commented 9 years ago
fixed in v0.62.

Original comment by sum...@gmail.com on 6 Mar 2012 at 6:25