mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 21:51:50 +00:00 
			
		
		
		
	Merge issue #14900: Distuguish call count and primitive call count in pstat output.
Patch by Arne Babenhauserheide.
This commit is contained in:
		
						commit
						a514ea32b2
					
				
					 2 changed files with 2 additions and 1 deletions
				
			
		|  | @ -165,7 +165,7 @@ def dump_stats(self, filename): | ||||||
|               "module"    : (((4, 1),              ), "file name"), |               "module"    : (((4, 1),              ), "file name"), | ||||||
|               "name"      : (((6, 1),              ), "function name"), |               "name"      : (((6, 1),              ), "function name"), | ||||||
|               "nfl"       : (((6, 1),(4, 1),(5, 1),), "name/file/line"), |               "nfl"       : (((6, 1),(4, 1),(5, 1),), "name/file/line"), | ||||||
|               "pcalls"    : (((0,-1),              ), "call count"), |               "pcalls"    : (((0,-1),              ), "primitive call count"), | ||||||
|               "stdname"   : (((7, 1),              ), "standard name"), |               "stdname"   : (((7, 1),              ), "standard name"), | ||||||
|               "time"      : (((2,-1),              ), "internal time"), |               "time"      : (((2,-1),              ), "internal time"), | ||||||
|               } |               } | ||||||
|  |  | ||||||
|  | @ -51,6 +51,7 @@ Chris AtLee | ||||||
| Aymeric Augustin | Aymeric Augustin | ||||||
| John Aycock | John Aycock | ||||||
| Donovan Baarda | Donovan Baarda | ||||||
|  | Arne Babenhauserheide | ||||||
| Attila Babo | Attila Babo | ||||||
| Marcin Bachry | Marcin Bachry | ||||||
| Alfonso Baciero | Alfonso Baciero | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Andrew Svetlov
						Andrew Svetlov