HomeSort by relevance Sort by last modified time
    Searched full:pstats (Results 51 - 75 of 99) sorted by null

1 23 4

  /external/python/cpython2/Tools/scripts/
ndiff.py 126 import profile, pstats
130 stats = pstats.Stats(statf)
  /external/python/cpython3/Tools/scripts/
ndiff.py 126 import profile, pstats
130 stats = pstats.Stats(statf)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mfreadwrite.h 446 MF_SINK_WRITER_STATISTICS *pStats) = 0;
519 MF_SINK_WRITER_STATISTICS *pStats);
544 #define IMFSinkWriter_GetStatistics(This,dwStreamIndex,pStats) (This)->lpVtbl->GetStatistics(This,dwStreamIndex,pStats)
587 static FORCEINLINE HRESULT IMFSinkWriter_GetStatistics(IMFSinkWriter* This,DWORD dwStreamIndex,MF_SINK_WRITER_STATISTICS *pStats) {
588 return This->lpVtbl->GetStatistics(This,dwStreamIndex,pStats);
685 MF_SINK_WRITER_STATISTICS *pStats);
    [all...]
dmusics.h 91 STDMETHOD(GetRunningStats)(THIS_ LPDMUS_SYNTHSTATS pStats) PURE;
148 STDMETHOD(GetRunningStats)(THIS_ LPDMUS_SYNTHSTATS pStats) PURE;
wmsdkidl.h     [all...]
  /cts/hostsidetests/appsecurity/test-apps/StorageApp/src/com/android/cts/storageapp/
StorageTest.java 114 final StorageStats pstats = stats.queryStatsForPackage(ai.storageUuid, ai.packageName, local
117 assertEquals(cacheSize, pstats.getCacheBytes());
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
main.py 146 import pstats
147 stats = pstats.Stats('profile.dat')
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/
lvl_genvk.py 270 import cProfile, pstats
272 p = pstats.Stats('profile.txt')
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
profile.py 417 import pstats
418 pstats.Stats(self).strip_dirs().sort_stats(sort). \
583 print 'Report generating functions are in the "pstats" module\a'
592 help="Sort order when printing to stdout, based on pstats.Stats class",
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
api.h 159 /// @param pStats - pointer to draw stats
161 const SWR_STATS* pStats);
169 /// @param pStats - pointer to draw stats
171 const SWR_STATS_FE* pStats);
threads.cpp 345 stats.DepthPassCount += dynState.pStats[i].DepthPassCount;
347 stats.PsInvocations += dynState.pStats[i].PsInvocations;
348 stats.CsInvocations += dynState.pStats[i].CsInvocations;
947 pContext->dcRing[dc].dynState.pStats = new SWR_STATS[numThreads];
948 memset(pContext->dcRing[dc].dynState.pStats, 0, sizeof(SWR_STATS) * numThreads);
    [all...]
api.cpp 112 pContext->pStats = new SWR_STATS[pContext->NumWorkerThreads];
371 delete[] pContext->dcRing[i].dynState.pStats;
396 delete[] pContext->pStats;
    [all...]
  /external/python/cpython2/Lib/
profile.py 408 import pstats
409 pstats.Stats(self).strip_dirs().sort_stats(sort). \
574 print 'Report generating functions are in the "pstats" module\a'
583 help="Sort order when printing to stdout, based on pstats.Stats class",
  /prebuilts/gdb/darwin-x86/lib/python2.7/
profile.py 408 import pstats
409 pstats.Stats(self).strip_dirs().sort_stats(sort). \
574 print 'Report generating functions are in the "pstats" module\a'
583 help="Sort order when printing to stdout, based on pstats.Stats class",
  /prebuilts/gdb/linux-x86/lib/python2.7/
profile.py 408 import pstats
409 pstats.Stats(self).strip_dirs().sort_stats(sort). \
574 print 'Report generating functions are in the "pstats" module\a'
583 help="Sort order when printing to stdout, based on pstats.Stats class",
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
profile.py 408 import pstats
409 pstats.Stats(self).strip_dirs().sort_stats(sort). \
574 print 'Report generating functions are in the "pstats" module\a'
583 help="Sort order when printing to stdout, based on pstats.Stats class",
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
profile.py 408 import pstats
409 pstats.Stats(self).strip_dirs().sort_stats(sort). \
574 print 'Report generating functions are in the "pstats" module\a'
583 help="Sort order when printing to stdout, based on pstats.Stats class",
  /external/vulkan-validation-layers/scripts/
lvl_genvk.py 609 import cProfile, pstats
611 p = pstats.Stats('profile.txt')
  /external/mesa3d/include/d3dadapter/
present.h 84 HRESULT (WINAPI *GetPresentStats)(ID3DPresent *This, D3DPRESENTSTATS *pStats);
  /external/python/cpython3/Lib/
profile.py 389 import pstats
390 pstats.Stats(self).strip_dirs().sort_stats(sort). \
561 help="Sort order when printing to stdout, based on pstats.Stats class",
  /external/python/cpython2/Misc/
maintainers.rst 176 pstats georg.brandl
developers.txt 270 Bruynooghe (sirolf) to work on pstats, profile, and hotshot. Both users
  /frameworks/native/opengl/tools/glgen2/registry/
genheaders.py 573 import cProfile, pstats
575 p = pstats.Stats('profile.txt')
  /external/python/cpython2/Doc/tutorial/
stdlib.rst 239 :mod:`pstats` modules provide tools for identifying time critical sections in
  /external/python/cpython3/Doc/tutorial/
stdlib.rst 257 :mod:`pstats` modules provide tools for identifying time critical sections in

Completed in 683 milliseconds

1 23 4