/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_profile.py | 29 stats = pstats.Stats(prof, stream=s) 30 stats.strip_dirs().sort_stats("stdname") 31 getattr(stats, methodname)() 40 "Stats.%s output for %s doesn't fit expectation!" % 56 stats = pstats.Stats(prof, stream=s) 57 stats.print_stats()
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_profile.py | 29 stats = pstats.Stats(prof, stream=s) 30 stats.strip_dirs().sort_stats("stdname") 31 getattr(stats, methodname)() 40 "Stats.%s output for %s doesn't fit expectation!" % 56 stats = pstats.Stats(prof, stream=s) 57 stats.print_stats()
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_profile.py | 29 stats = pstats.Stats(prof, stream=s) 30 stats.strip_dirs().sort_stats("stdname") 31 getattr(stats, methodname)() 40 "Stats.%s output for %s doesn't fit expectation!" % 56 stats = pstats.Stats(prof, stream=s) 57 stats.print_stats()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_profile.py | 29 stats = pstats.Stats(prof, stream=s) 30 stats.strip_dirs().sort_stats("stdname") 31 getattr(stats, methodname)() 40 "Stats.%s output for %s doesn't fit expectation!" % 56 stats = pstats.Stats(prof, stream=s) 57 stats.print_stats()
|
/cts/libs/deviceutil/src/android/cts/util/ |
MediaPerfUtils.java | 78 * Adds performance statistics based on the raw |stats| to |log|. Also prints the same into 82 DeviceReportLog log, MediaUtils.Stats durationsUsStats, String message) { 84 MediaUtils.Stats frameAvgUsStats = 91 MediaUtils.Stats timeAvgUsStats = 102 * Adds performance statistics based on the processed |stats| to |log| using |prefix|. 104 * for |stats|. |prefix| must be lowercase alphanumeric underscored format. 107 DeviceReportLog log, MediaUtils.Stats statsUs, String prefix, String message) {
|
MediaUtils.java | 665 public static class Stats { 667 public Stats(double[] data) { 733 public Stats movingAverage(int n) { 735 return new Stats(null); 749 return new Stats(avgs); 758 public Stats movingAverageOverSum(double window) { 760 return new Stats(null); 766 return new Stats(new double[] { average }); 772 // TODO: add support for weights in Stats, so we can do a more refined approach. 826 return new Stats(Arrays.copyOf(avgs, ix)) [all...] |
/external/chromium-trace/catapult/tracing/tracing_build/ |
benchmarks.py | 53 ps = pstats.Stats(pr, stream=s).sort_stats(sortby)
|
/external/llvm/include/llvm/DebugInfo/PDB/ |
PDBExtras.h | 35 raw_ostream &operator<<(raw_ostream &OS, const TagStats &Stats);
|
PDBSymbol.h | 88 std::unique_ptr<IPDBEnumSymbols> getChildStats(TagStats &Stats) const;
|
/external/webrtc/webrtc/audio/ |
audio_receive_stream.h | 46 webrtc::AudioReceiveStream::Stats GetStats() const override;
|
/external/webrtc/webrtc/video/ |
video_receive_stream.h | 61 webrtc::VideoReceiveStream::Stats GetStats() const override;
|
video_send_stream.h | 63 Stats GetStats() override;
|
send_statistics_proxy.h | 48 VideoSendStream::Stats GetStats(); 67 // how stats are collected. 136 VideoSendStream::Stats stats_ GUARDED_BY(crit_); 141 // Contains stats used for UMA histograms. These stats will be reset if
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
ntddpsch.h | 24 UCHAR Stats[1];
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/ |
Stats.cs | 39 /** <summary>Stats routines needed by profiler etc...</summary> 47 public class Stats {
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/Misc/ |
Stats.cs | 43 /** <summary>Stats routines needed by profiler etc...</summary> 51 public class Stats
|
/external/chromium-trace/catapult/third_party/typ/typ/ |
stats.py | 16 class Stats(object):
|
/external/skia/src/gpu/ |
GrGpu.h | 362 // Debugging and Stats 364 class Stats { 367 Stats() { this->reset(); } 415 Stats* stats() { return &fStats; } function in class:GrGpu 495 Stats fStats;
|
GrResourceCache.h | 186 struct Stats { 197 Stats() { this->reset(); } 229 void getStats(Stats*) const; 332 // our current stats for all resources 336 // our current stats for resources that count against the budget
|
GrTest.cpp | 106 fGpu->stats()->reset(); 131 return fGpu->stats()->dump(out); 138 return fGpu->stats()->dumpKeyValuePairs(keys, values); 176 void GrGpu::Stats::dump(SkString* out) { 186 void GrGpu::Stats::dumpKeyValuePairs(SkTArray<SkString>* keys, SkTArray<double>* values) { 199 void GrResourceCache::getStats(Stats* stats) const { 200 stats->reset(); 202 stats->fTotal = this->getResourceCount(); 203 stats->fNumNonPurgeable = fNonpurgeableResources.count() 217 Stats stats; local 239 Stats stats; local [all...] |
/external/webrtc/webrtc/modules/video_coding/codecs/test/ |
videoprocessor_unittest.cc | 39 Stats stats_;
|
/art/compiler/utils/ |
dedupe_set-inl.h | 40 struct DedupeSet<InKey, StoreKey, Alloc, HashType, HashFunc, kShard>::Stats { 82 void UpdateStats(Thread* self, Stats* global_stats) REQUIRES(!lock_) { 84 // for bookkeeping while collecting the stats. 85 std::unordered_map<HashType, size_t> stats; variable 93 auto it = stats.find(key.Hash()); 94 if (it == stats.end()) { 95 stats.insert({key.Hash(), 1u}); 101 for (const auto& entry : stats) { 237 Stats stats; local [all...] |
/external/webrtc/webrtc/base/ |
network.h | 119 struct Stats { 122 Stats() { 156 // |stats| will be populated even if |*changed| is false. 159 NetworkManager::Stats* stats);
|
/development/ndk/platforms/android-8/samples/bitmap-plasma/jni/ |
plasma.c | 268 /* simple stats management */ 285 } Stats; 288 stats_init( Stats* s ) 297 stats_startFrame( Stats* s ) 303 stats_endFrame( Stats* s ) 368 static Stats stats; local 373 stats_init(&stats); 391 stats_startFrame(&stats); 398 stats_endFrame(&stats); [all...] |
/development/ndk/platforms/android-9/samples/native-plasma/jni/ |
plasma.c | 277 /* simple stats management */ 294 } Stats; 297 stats_init( Stats* s ) 306 stats_startFrame( Stats* s ) 312 stats_endFrame( Stats* s ) 377 Stats stats; member in struct:engine 394 stats_startFrame(&engine->stats); 406 stats_endFrame(&engine->stats); 465 stats_init(&engine.stats); [all...] |