| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 3b08b5d commit dd97d07
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1899,6 +1899,10 @@ void Isolate::Deinit() { | |||
| 1899 | 1899 | PrintF(stdout, "=== Stress deopt counter: %u\n", stress_deopt_count_); | |
| 1900 | 1900 | } | |
| 1901 | 1901 | ||
| 1902 | + if (cpu_profiler_) { | ||
| 1903 | + cpu_profiler_->DeleteAllProfiles(); | ||
| 1904 | + } | ||
| 1905 | + | ||
| 1902 | 1906 | // We must stop the logger before we tear down other components. | |
| 1903 | 1907 | Sampler* sampler = logger_->sampler(); | |
| 1904 | 1908 | if (sampler && sampler->IsActive()) sampler->Stop(); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments