/third_party/python/Lib/test/ |
H A D | test_pstats.py | 5 from pstats import SortKey 8 import pstats namespace 12 """Tests for pstats.add_callers helper.""" 15 # pstats.add_callers should combine the call results of both target 20 new_callers = pstats.add_callers(target, source) 25 new_callers = pstats.add_callers(target, source) 31 stats_file = support.findfile('pstats.pck') 32 self.stats = pstats.Stats(stats_file) 36 stats = pstats.Stats(stream=stream) 110 ps = pstats [all...] |
H A D | test_profile.py | 4 import pstats namespace 39 stats = pstats.Stats(prof, stream=s) 83 stats = pstats.Stats(prof, stream=s) 122 '-o', 'out.pstats', 126 self.assertTrue(os.path.exists('out.pstats'))
|
H A D | profilee.py | 9 the formatting of pstats, please don't just regenerate the expected
|
/third_party/python/Lib/ |
H A D | cProfile.py | 42 import pstats namespace 43 pstats.Stats(self).strip_dirs().sort_stats(sort).print_stats() 62 nc = entry.callcount # ncalls column of pstats (before '/') 63 cc = nc - entry.reccallcount # ncalls column of pstats (after '/') 64 tt = entry.inlinetime # tottime column of pstats 65 ct = entry.totaltime # cumtime column of pstats 135 import pstats namespace 143 help="Sort order when printing to stdout, based on pstats.Stats class", 145 choices=sorted(pstats.Stats.sort_arg_dict_default))
|
H A D | profile.py | 388 import pstats namespace 389 pstats.Stats(self).strip_dirs().sort_stats(sort). \ 565 help="Sort order when printing to stdout, based on pstats.Stats class",
|
/third_party/python/Doc/library/ |
H A D | profile.rst | 7 **Source code:** :source:`Lib/profile.py` and :source:`Lib/pstats.py` 23 can be formatted into reports via the :mod:`pstats` module. 121 The :class:`pstats.Stats` class reads profile results from a file and formats 131 ``-s`` specifies one of the :func:`~pstats.Stats.sort_stats` sort values to sort 142 The :mod:`pstats` module's :class:`~pstats.Stats` class has a variety of methods 145 import pstats 146 from pstats import SortKey 147 p = pstats.Stats('restats') 150 The :meth:`~pstats [all...] |
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_query.c | 128 uint64_t *pstats = (uint64_t *)&result.pipeline_statistics; in lvp_GetQueryPoolResults() local 132 *(uint64_t *)dptr = pstats[i]; in lvp_GetQueryPoolResults() 155 uint64_t *pstats = (uint64_t *)&result.pipeline_statistics; in lvp_GetQueryPoolResults() local 159 if (pstats[i] > UINT32_MAX) in lvp_GetQueryPoolResults() 162 *(uint32_t *)dptr = pstats[i]; in lvp_GetQueryPoolResults()
|
/third_party/python/Tools/scripts/ |
H A D | ndiff.py | 126 import profile, pstats namespace 130 stats = pstats.Stats(statf)
|
/third_party/skia/third_party/vulkanmemoryallocator/include/ |
H A D | vk_mem_alloc.h | 2473 VmaStats* VMA_NOT_NULL pStats); 3221 bool* VMA_NULLABLE pStats); 3239 uint32_t* VMA_NULLABLE pStats); 3632 @param[out] pStats Optional. Statistics of defragmentation. You can pass null if you are not interested in this information. 3649 - Information returned via `pStats` and `pInfo->pAllocationsChanged` are undefined. 3660 VmaDefragmentationStats* VMA_NULLABLE pStats, 6911 void GetPoolStats(VmaPoolStats* pStats); 6940 // Adds statistics of this BlockVector to pStats. 6941 void AddStats(VmaStats* pStats); 6957 VmaDefragmentationStats* pStats, VmaDefragmentationFlag 12557 GetPoolStats(VmaPoolStats* pStats) GetPoolStats() argument 13666 Defragment( class VmaBlockVectorDefragmentationContext* pCtx, VmaDefragmentationStats* pStats, VmaDefragmentationFlags flags, VkDeviceSize& maxCpuBytesToMove, uint32_t& maxCpuAllocationsToMove, VkDeviceSize& maxGpuBytesToMove, uint32_t& maxGpuAllocationsToMove, VkCommandBuffer commandBuffer) Defragment() argument 13774 DefragmentationEnd( class VmaBlockVectorDefragmentationContext* pCtx, uint32_t flags, VmaDefragmentationStats* pStats) DefragmentationEnd() argument 13839 CommitDefragmentations( class VmaBlockVectorDefragmentationContext *pCtx, VmaDefragmentationStats* pStats) CommitDefragmentations() argument 13926 AddStats(VmaStats* pStats) AddStats() argument [all...] |
/third_party/python/Python/ |
H A D | stdlib_module_names.h | 219 "pstats",
|
/third_party/openGLES/xml/ |
H A D | genheaders.py | 572 import cProfile, pstats namespace 574 p = pstats.Stats('profile.txt')
|
H A D | genglvnd.py | 623 import cProfile, pstats namespace 625 p = pstats.Stats('profile.txt')
|
/third_party/mesa3d/include/d3dadapter/ |
H A D | present.h | 84 HRESULT (WINAPI *GetPresentStats)(ID3DPresent *This, D3DPRESENTSTATS *pStats);
|
/third_party/EGL/api/ |
H A D | genheaders.py | 614 import cProfile, pstats namespace 616 p = pstats.Stats('profile.txt')
|
/third_party/skia/third_party/externals/opengl-registry/xml/ |
H A D | genglvnd.py | 653 import cProfile, pstats namespace 655 p = pstats.Stats('profile.txt')
|
H A D | genheaders.py | 595 import cProfile, pstats namespace 597 p = pstats.Stats('profile.txt')
|
/third_party/skia/third_party/externals/egl-registry/api/ |
H A D | genheaders.py | 635 import cProfile, pstats namespace 637 p = pstats.Stats('profile.txt')
|
/third_party/skia/third_party/externals/d3d12allocator/src/ |
H A D | D3D12MemAlloc.cpp | 4026 void Pool::CalculateStats(StatInfo* pStats)
4028 D3D12MA_ASSERT(pStats);
4030 m_Pimpl->CalculateStats(*pStats);
5544 void Allocator::CalculateStats(Stats* pStats)
5546 D3D12MA_ASSERT(pStats);
5548 m_Pimpl->CalculateStats(*pStats);
|
H A D | D3D12MemAlloc.h | 1024 void CalculateStats(StatInfo* pStats);
1327 void CalculateStats(Stats* pStats);
|
/third_party/python/Doc/tutorial/ |
H A D | stdlib.rst | 271 :mod:`pstats` modules provide tools for identifying time critical sections in
|
/third_party/python/Doc/whatsnew/ |
H A D | 2.1.rst | 668 * The :mod:`pstats` module now contains a simple interactive statistics browser
|
H A D | 2.5.rst | 1288 Also, the :mod:`pstats` module for analyzing the data measured by the profiler
|
/third_party/python/PCbuild/ |
H A D | lib.pyproj | 703 <Compile Include="pstats.py" />
|
/third_party/python/Misc/ |
H A D | HISTORY | 8091 - Issue #13839: When invoked on the command-line, the pstats module now 11721 - Issue #10166: Avoid recursion in pstats Stats.add() for many stats items. 12572 - Issue #7372: Fix pstats regression when stripping paths from profile data 12578 - Issue #7781: Fix restricting stats by entry counts in the pstats interactive 12581 - Issue #9209: Do not crash in the pstats interactive browser on invalid regular 12600 - Issue #7395: Fix tracebacks in pstats interactive browser. 18365 - The pstats.Stats class accepts an optional stream keyword argument to 19326 - the pstats module no longer uses the deprecated ignore() method. 24893 - Fix pstats browser crashes. Import readline if it exists to make 24970 - pstats [all...] |
H A D | NEWS | 1114 ``pstats.FunctionProfile.ncalls`` to be ``str``. 14197 - bpo-37958: Added the pstats.Stats.get_profile_dict() method to return the 22591 - bpo-29237: Create enum for pstats sorting options [all...] |