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

12 3 4

  /external/mesa3d/src/gallium/drivers/swr/
swr_context.h 97 void *pStats;
180 ctx->swrDC.pStats = pqr;
  /cts/tests/tests/content/src/android/content/pm/cts/
PackageStatsTest.java 33 // Test PackageStats(String pkgName), PackageStats(PackageStats pStats)
  /external/python/cpython2/Lib/test/
test_sundry.py 63 import pstats
test_profile.py 4 import pstats
29 stats = pstats.Stats(prof, stream=s)
56 stats = pstats.Stats(prof, stream=s)
profilee.py 9 the formatting of pstats, please don't just regenerate the expected
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
context.h 368 SWR_STATS* pSavePtr = pStats;
370 pStats = pSavePtr;
371 memset(pStats, 0, sizeof(SWR_STATS) * numThreads);
378 SWR_STATS* pStats;
493 SWR_STATS* pStats;
511 #define UPDATE_STAT_BE(name, count) if (GetApiState(pDC).enableStatsBE) { pDC->dynState.pStats[workerId].name += count; }
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_profile.py 4 import pstats
29 stats = pstats.Stats(prof, stream=s)
56 stats = pstats.Stats(prof, stream=s)
profilee.py 9 the formatting of pstats, please don't just regenerate the expected
test_sundry.py 65 import pstats
  /external/python/cpython3/Lib/test/
test_profile.py 4 import pstats
38 stats = pstats.Stats(prof, stream=s)
77 stats = pstats.Stats(prof, stream=s)
profilee.py 9 the formatting of pstats, please don't just regenerate the expected
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_profile.py 4 import pstats
29 stats = pstats.Stats(prof, stream=s)
56 stats = pstats.Stats(prof, stream=s)
profilee.py 9 the formatting of pstats, please don't just regenerate the expected
test_sundry.py 69 import pstats
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_profile.py 4 import pstats
29 stats = pstats.Stats(prof, stream=s)
56 stats = pstats.Stats(prof, stream=s)
profilee.py 9 the formatting of pstats, please don't just regenerate the expected
test_sundry.py 69 import pstats
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_profile.py 4 import pstats
29 stats = pstats.Stats(prof, stream=s)
56 stats = pstats.Stats(prof, stream=s)
profilee.py 9 the formatting of pstats, please don't just regenerate the expected
test_sundry.py 69 import pstats
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_profile.py 4 import pstats
29 stats = pstats.Stats(prof, stream=s)
56 stats = pstats.Stats(prof, stream=s)
profilee.py 9 the formatting of pstats, please don't just regenerate the expected
test_sundry.py 69 import pstats
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
ndiff.py 126 import profile, pstats
130 stats = pstats.Stats(statf)
  /external/python/cpython2/Doc/library/
hotshot.rst 109 This module loads hotshot profiling data into the standard :mod:`pstats` Stats
116 :class:`pstats.Stats` class.

Completed in 304 milliseconds

12 3 4