/base/hiviewdfx/hilog/frameworks/libhilog/ioctl/ |
H A D | log_ioctl.cpp | 77 ProcStatsRsp &pStats = rsp.pStats[i];
in ReceiveProcTagStats() local 78 int msgSize = pStats.tagNum * sizeof(TagStatsRsp);
in ReceiveProcTagStats() 80 pStats.tStats = nullptr;
in ReceiveProcTagStats() 85 pStats.tStats = nullptr;
in ReceiveProcTagStats() 94 pStats.tStats = nullptr;
in ReceiveProcTagStats() 99 pStats.tStats = reinterpret_cast<TagStatsRsp*>(tmp);
in ReceiveProcTagStats() 108 ProcStatsRsp &pStats = rsp.pStats[i];
in ReceiveProcLogTypeStats() local 109 int msgSize = pStats in ReceiveProcLogTypeStats() 287 ProcStatsRsp &pStats = rsp.pStats[i]; DeleteLogStatsInfo() local [all...] |
/base/hiviewdfx/hilog/services/hilogtool/ |
H A D | log_display.cpp | 208 static string GetProcessName(const ProcStatsRsp &pStats) in GetProcessName() argument 213 string name = GetNameByPid(pStats.pid); in GetProcessName() 215 name = pStats.name; in GetProcessName() 236 if (rsp.pStats == nullptr) { in HilogShowProcStatsInfo() 240 SortProcList(vp, rsp.pStats, rsp.procNum); in HilogShowProcStatsInfo() 242 ProcStatsRsp &pStats = vp[i]; in HilogShowProcStatsInfo() local 243 string name = GetProcessName(pStats); in HilogShowProcStatsInfo() 244 HiLogShowProcInfo("-", pStats.pid, name, "-"); in HilogShowProcStatsInfo() 245 PrintStats(pStats.stats); in HilogShowProcStatsInfo() 248 if (pStats in HilogShowProcStatsInfo() [all...] |
/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",
|
/base/hiviewdfx/hilog/frameworks/libhilog/include/ |
H A D | hilog_cmd.h | 248 ProcStatsRsp *pStats; member
|
/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')
|
/base/hiviewdfx/hilog/services/hilogd/ |
H A D | service_controller.cpp | 207 rsp.pStats = nullptr; in SendOverallStats() 318 ProcStatsRsp *pStats = reinterpret_cast<ProcStatsRsp *>(tmp); in SendProcStats() local 321 ProcStatsRsp &procStats = pStats[i]; in SendProcStats()
|
/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/python/Doc/tutorial/ |
H A D | stdlib.rst | 271 :mod:`pstats` modules provide tools for identifying time critical sections in
|
/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/whatsnew/ |
H A D | 2.1.rst | 668 * The :mod:`pstats` module now contains a simple interactive statistics browser
|