Chromium Code Reviews| Index: content/public/common/content_switches.cc |
| =================================================================== |
| --- content/public/common/content_switches.cc (revision 199089) |
| +++ content/public/common/content_switches.cc (working copy) |
| @@ -600,6 +600,8 @@ |
| // Causes the process to run as renderer instead of as browser. |
| const char kRendererProcess[] = "renderer"; |
| +// Enable the Vtune profiler support. |
| +const char kEnableVtune[] = "enable-vtune-support"; |
|
Avi (use Gerrit)
2013/05/10 18:20:47
Blank line after this.
|
| // Overrides the default/calculated limit to the number of renderer processes. |
| // Very high values for this setting can lead to high memory/resource usage |
| // or instability. |