Home
last modified time | relevance | path

Searched refs:update_stats (Results 1 - 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/profiler/
H A Dprofile-generator.cc478 int src_line, bool update_stats) { in AddPathFromEnd()
489 if (update_stats) { in AddPathFromEnd()
499 int src_line, bool update_stats, in AddPathFromEnd()
515 if (update_stats) { in AddPathFromEnd()
626 bool update_stats, base::TimeDelta sampling_interval, in AddPath()
632 top_down_.AddPathFromEnd(path, src_line, update_stats, options_.mode()); in AddPath()
1198 bool update_stats, base::TimeDelta sampling_interval, StateTag state, in AddPathToCurrentProfiles()
1220 update_stats, sampling_interval, state, in AddPathToCurrentProfiles()
477 AddPathFromEnd(const std::vector<CodeEntry*>& path, int src_line, bool update_stats) AddPathFromEnd() argument
498 AddPathFromEnd(const ProfileStackTrace& path, int src_line, bool update_stats, ProfilingMode mode) AddPathFromEnd() argument
624 AddPath(base::TimeTicks timestamp, const ProfileStackTrace& path, int src_line, bool update_stats, base::TimeDelta sampling_interval, StateTag state_tag, EmbedderStateTag embedder_state_tag) AddPath() argument
1196 AddPathToCurrentProfiles( base::TimeTicks timestamp, const ProfileStackTrace& path, int src_line, bool update_stats, base::TimeDelta sampling_interval, StateTag state, EmbedderStateTag embedder_state_tag, Address native_context_address, Address embedder_native_context_address) AddPathToCurrentProfiles() argument
H A Dprofile-generator.h369 bool update_stats = true);
373 bool update_stats = true,
426 int src_line, bool update_stats,
568 bool update_stats, base::TimeDelta sampling_interval, StateTag state,
H A Dtick-sample.h38 * \param update_stats Whether update the sample to the aggregated stats.
46 RecordCEntryFrame record_c_entry_frame, bool update_stats,
H A Dtick-sample.cc160 bool update_stats, in Init()
163 update_stats_ = update_stats; in Init()
368 PrintF(" - update_stats: %d\n", update_stats_); in print()
157 Init(Isolate* v8_isolate, const RegisterState& reg_state, RecordCEntryFrame record_c_entry_frame, bool update_stats, bool use_simulator_reg_state, base::TimeDelta sampling_interval) Init() argument
H A Dcpu-profiler.cc60 /* update_stats */ true,
156 void ProfilerEventsProcessor::AddCurrentStack(bool update_stats) { in AddCurrentStack() argument
166 record.sample.Init(isolate_, regs, TickSample::kSkipCEntryFrame, update_stats, in AddCurrentStack()
H A Dcpu-profiler.h179 void AddCurrentStack(bool update_stats = false);
/third_party/mesa3d/src/panfrost/midgard/
H A Ddisassemble.c1332 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()

Completed in 15 milliseconds