Issue metadata
Sign in to add a comment
|
Stack sampling profiler and heap profiler should not be allowed to run simultaneously. |
||||||||||||||||||||||||
Issue descriptionIt seems likely that the two will have racey deadlocks. The easiest solution [given that heap profiler runs on fewer devices] would be to disable stack sampling profiler via a flag checked in StackSamplingConfiguration::IsProfilerEnabledForCurrentProcess() when heap profiling is enabled in ProfilingClient::StartProfiling.
,
Feb 20 2018
Ah alright then. |
|||||||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||||||
Comment 1 by wittman@chromium.org
, Feb 20 2018