Home | History | Annotate | Download | only in runtime

Lines Matching refs:profiler_options

1211     auto&& profiler_options = runtime_options.ReleaseOrDefault(Opt::ProfilerOpts);
1212 profile_output_filename_ = profiler_options.output_file_name_;
1216 profiler_options.enabled_,
1217 profiler_options.period_s_,
1218 profiler_options.duration_s_,
1219 profiler_options.interval_us_,
1220 profiler_options.backoff_coefficient_,
1221 profiler_options.start_immediately_,
1222 profiler_options.top_k_threshold_,
1223 profiler_options.top_k_change_threshold_,
1224 profiler_options.profile_type_,
1225 profiler_options.max_stack_depth_);