forked from qt-creator/qt-creator
PerfProfiler: Disable auto apply on settings
Change-Id: I67dc03f15e66e55e18b0bba41dc6365e8e6889ff Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -27,6 +27,7 @@ PerfSettings &globalSettings()
|
|||||||
|
|
||||||
PerfSettings::PerfSettings(ProjectExplorer::Target *target)
|
PerfSettings::PerfSettings(ProjectExplorer::Target *target)
|
||||||
{
|
{
|
||||||
|
setAutoApply(false);
|
||||||
period.setSettingsKey("Analyzer.Perf.Frequency");
|
period.setSettingsKey("Analyzer.Perf.Frequency");
|
||||||
period.setRange(250, 2147483647);
|
period.setRange(250, 2147483647);
|
||||||
period.setDefaultValue(250);
|
period.setDefaultValue(250);
|
||||||
|
Reference in New Issue
Block a user