Searched refs:update_stats (Results 1 – 8 of 8) sorted by relevance
/external/v8/src/profiler/ |
D | tick-sample.h | 39 update_stats(true) {} in TickSample() 41 RecordCEntryFrame record_c_entry_frame, bool update_stats); 58 bool update_stats : 1; // Whether the sample should update aggregated stats. member
|
D | tick-sample.cc | 85 bool update_stats) { in Init() argument 87 this->update_stats = update_stats; in Init()
|
D | profile-generator.cc | 332 int src_line, bool update_stats) { in AddPathFromEnd() argument 343 if (update_stats) { in AddPathFromEnd() 412 bool update_stats) { in AddPath() argument 414 top_down_.AddPathFromEnd(path, src_line, update_stats); in AddPath() 548 int src_line, bool update_stats) { in AddPathToCurrentProfiles() argument 554 current_profiles_[i]->AddPath(timestamp, path, src_line, update_stats); in AddPathToCurrentProfiles() 663 sample.update_stats); in RecordTickSample()
|
D | profile-generator.h | 242 bool update_stats = true); 275 int src_line, bool update_stats); 348 int src_line, bool update_stats);
|
D | cpu-profiler.cc | 57 bool update_stats) { in AddCurrentStack() argument 67 record.sample.Init(isolate, regs, TickSample::kSkipCEntryFrame, update_stats); in AddCurrentStack()
|
D | cpu-profiler.h | 148 void AddCurrentStack(Isolate* isolate, bool update_stats = false);
|
/external/autotest/client/site_tests/platform_AesThroughput/ |
D | platform_AesThroughput.py | 24 self.update_stats(parsed) 55 def update_stats(self, keyvals): member in platform_AesThroughput
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encodeframe.c | 1281 static void update_stats(VP9_COMMON *cm, ThreadData *td) { in update_stats() function 1412 update_stats(&cpi->common, td); in encode_b() 1752 update_stats(&cpi->common, td); in encode_b_rt()
|