Home
last modified time | relevance | path

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

/external/v8/src/profiler/
Dtick-sample.cc153 bool update_stats, in Init() argument
155 this->update_stats = update_stats; in Init()
271 RecordCEntryFrame record_c_entry_frame, bool update_stats, in Init() argument
274 record_c_entry_frame, update_stats, in Init()
Dprofile-generator.cc319 int src_line, bool update_stats) { in AddPathFromEnd() argument
330 if (update_stats) { in AddPathFromEnd()
408 bool update_stats) { in AddPath() argument
410 top_down_.AddPathFromEnd(path, src_line, update_stats); in AddPath()
628 int src_line, bool update_stats) { in AddPathToCurrentProfiles() argument
634 current_profiles_[i]->AddPath(timestamp, path, src_line, update_stats); in AddPathToCurrentProfiles()
741 sample.update_stats); in RecordTickSample()
Dtick-sample.h19 RecordCEntryFrame record_c_entry_frame, bool update_stats,
Dprofile-generator.h234 bool update_stats = true);
275 int src_line, bool update_stats);
351 int src_line, bool update_stats);
Dcpu-profiler.cc78 bool update_stats) { in AddCurrentStack() argument
88 record.sample.Init(isolate, regs, TickSample::kSkipCEntryFrame, update_stats, in AddCurrentStack()
Dcpu-profiler.h145 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/skia/tools/
Dok.cpp287 auto update_stats = [&](Status s) { in main() local
311 update_stats(engine->wait_one()); in main()
314 update_stats(engine->wait_one()); in main()
332 update_stats(s); in main()
/external/v8/include/
Dv8-profiler.h77 update_stats(true) {} in TickSample()
92 RecordCEntryFrame record_c_entry_frame, bool update_stats,
130 bool update_stats : 1; // Whether the sample should update aggregated stats. member
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.c1775 static void update_stats(VP9_COMMON *cm, ThreadData *td) { in update_stats() function
1900 update_stats(&cpi->common, td); in encode_b()
2239 update_stats(&cpi->common, td); in encode_b_rt()