Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(835)

Unified Diff: chrome/app/generated_resources.grd

Issue 2573183002: Add process start time and CPU time columns to task manager (Closed)
Patch Set: Fix nits and conflicts. Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
« no previous file with comments | « base/i18n/time_formatting_unittest.cc ('k') | chrome/browser/task_manager/sampling/shared_sampler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 92049d87610d170e1bd521494cc6fcf09e89d372..cbb9208147e5adf1dd4499df47d7a9848a3e7e46 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -3348,6 +3348,12 @@ From <ph name="DOWNLOAD_DOMAIN">$3<ex>example.com</ex></ph>
<message name="IDS_TASK_MANAGER_CPU_COLUMN" desc="The text of the CPU usage column">
CPU
</message>
+ <message name="IDS_TASK_MANAGER_START_TIME_COLUMN" desc="The text of the process start time column">
+ Start Time
+ </message>
+ <message name="IDS_TASK_MANAGER_CPU_TIME_COLUMN" desc="The text of the CPU time usage column">
+ CPU Time
+ </message>
<message name="IDS_TASK_MANAGER_PHYSICAL_MEM_COLUMN" desc="Task manager process memory column. This is the similar to the process 'working set' reported by the Windows Task Manager">
Memory
</message>
@@ -3419,6 +3425,12 @@ From <ph name="DOWNLOAD_DOMAIN">$3<ex>example.com</ex></ph>
<message name="IDS_TASK_MANAGER_CPU_COLUMN" desc="The text of the CPU usage column">
CPU
</message>
+ <message name="IDS_TASK_MANAGER_START_TIME_COLUMN" desc="The text of the process start time column">
+ Start Time
+ </message>
+ <message name="IDS_TASK_MANAGER_CPU_TIME_COLUMN" desc="The text of the CPU time column. This is the time that this process actually occupies the CPU.">
+ CPU Time
+ </message>
<message name="IDS_TASK_MANAGER_PHYSICAL_MEM_COLUMN" desc="Task manager process memory column. This is the similar to the process 'working set' reported by the Windows Task Manager">
Memory
</message>
« no previous file with comments | « base/i18n/time_formatting_unittest.cc ('k') | chrome/browser/task_manager/sampling/shared_sampler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698