Searched refs:update_stats (Results 1 – 7 of 7) sorted by relevance
/third_party/node/deps/v8/src/profiler/ |
D | profile-generator.cc | 478 int src_line, bool update_stats) { in AddPathFromEnd() argument 489 if (update_stats) { in AddPathFromEnd() 499 int src_line, bool update_stats, in AddPathFromEnd() argument 515 if (update_stats) { in AddPathFromEnd() 626 bool update_stats, base::TimeDelta sampling_interval, in AddPath() argument 632 top_down_.AddPathFromEnd(path, src_line, update_stats, options_.mode()); in AddPath() 1044 bool update_stats, base::TimeDelta sampling_interval, StateTag state, in AddPathToCurrentProfiles() argument 1066 update_stats, sampling_interval, state, in AddPathToCurrentProfiles()
|
D | profile-generator.h | 368 bool update_stats = true); 372 bool update_stats = true, 425 int src_line, bool update_stats, 567 bool update_stats, base::TimeDelta sampling_interval, StateTag state,
|
D | tick-sample.h | 46 RecordCEntryFrame record_c_entry_frame, bool update_stats,
|
D | tick-sample.cc | 160 bool update_stats, in Init() argument 163 update_stats_ = update_stats; in Init()
|
D | cpu-profiler.cc | 156 void ProfilerEventsProcessor::AddCurrentStack(bool update_stats) { in AddCurrentStack() argument 166 record.sample.Init(isolate_, regs, TickSample::kSkipCEntryFrame, update_stats, in AddCurrentStack()
|
D | cpu-profiler.h | 179 void AddCurrentStack(bool update_stats = false);
|
/third_party/mesa3d/src/panfrost/midgard/ |
D | disassemble.c | 1332 update_stats(signed *stat, unsigned address) in update_stats() function 1520 update_stats(&ctx->midg_stats.varying_count, in print_load_store_instr() 1526 update_stats(&ctx->midg_stats.attribute_count, in print_load_store_instr() 1536 update_stats(&ctx->midg_stats.uniform_buffer_count, in print_load_store_instr() 1769 update_stats(&ctx->midg_stats.texture_count, texture->texture_handle); in print_texture_word() 1783 update_stats(&ctx->midg_stats.sampler_count, texture->sampler_handle); in print_texture_word()
|