Lines Matching refs:CpuProfiler

423 int CpuProfiler::GetProfilesCount() {
429 CpuProfile* CpuProfiler::GetProfile(int index) {
434 void CpuProfiler::DeleteAllProfiles() {
440 void CpuProfiler::DeleteProfile(CpuProfile* profile) {
452 void AddProfiler(Isolate* isolate, CpuProfiler* profiler) {
457 void RemoveProfiler(Isolate* isolate, CpuProfiler* profiler) {
487 std::unordered_multimap<Isolate*, CpuProfiler*> profilers_;
495 CpuProfiler::CpuProfiler(Isolate* isolate, CpuProfilingNamingMode naming_mode,
497 : CpuProfiler(isolate, naming_mode, logging_mode,
501 CpuProfiler::CpuProfiler(Isolate* isolate, CpuProfilingNamingMode naming_mode,
523 CpuProfiler::~CpuProfiler() {
535 void CpuProfiler::set_sampling_interval(base::TimeDelta value) {
540 void CpuProfiler::set_use_precise_sampling(bool value) {
545 void CpuProfiler::ResetProfiles() {
550 void CpuProfiler::EnableLogging() {
562 void CpuProfiler::DisableLogging() {
571 base::TimeDelta CpuProfiler::ComputeSamplingInterval() const {
575 void CpuProfiler::AdjustSamplingInterval() {
583 void CpuProfiler::CollectSample(Isolate* isolate) {
587 void CpuProfiler::CollectSample() {
594 size_t CpuProfiler::GetAllProfilersMemorySize(Isolate* isolate) {
598 size_t CpuProfiler::GetEstimatedMemoryUsage() const {
602 CpuProfilingResult CpuProfiler::StartProfiling(
608 CpuProfilingResult CpuProfiler::StartProfiling(
618 TRACE_EVENT0("v8", "CpuProfiler::StartProfiling");
626 CpuProfilingResult CpuProfiler::StartProfiling(
633 void CpuProfiler::StartProcessorIfNotStarted() {
659 CpuProfile* CpuProfiler::StopProfiling(const char* title) {
667 CpuProfile* CpuProfiler::StopProfiling(ProfilerId id) {
684 CpuProfile* CpuProfiler::StopProfiling(String title) {
688 void CpuProfiler::StopProcessor() {