Home
last modified time | relevance | path

Searched refs:update_stats (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/profiler/
Dtick-sample.h39 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
Dtick-sample.cc85 bool update_stats) { in Init() argument
87 this->update_stats = update_stats; in Init()
Dprofile-generator.cc332 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()
Dprofile-generator.h242 bool update_stats = true);
275 int src_line, bool update_stats);
348 int src_line, bool update_stats);
Dcpu-profiler.cc57 bool update_stats) { in AddCurrentStack() argument
67 record.sample.Init(isolate, regs, TickSample::kSkipCEntryFrame, update_stats); in AddCurrentStack()
Dcpu-profiler.h148 void AddCurrentStack(Isolate* isolate, bool update_stats = false);
/external/autotest/client/site_tests/platform_AesThroughput/
Dplatform_AesThroughput.py24 self.update_stats(parsed)
55 def update_stats(self, keyvals): member in platform_AesThroughput
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.c1281 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()