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

Unified Diff: ui/file_manager/file_manager/common/js/metrics_events.js

Issue 1076173002: Files.app: Add metrics of RAW file loading time. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed. Created 5 years, 8 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:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ui/file_manager/file_manager/manifest.json » ('j') | ui/file_manager/image_loader/request.js » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/file_manager/common/js/metrics_events.js
diff --git a/ui/file_manager/file_manager/common/js/metrics_events.js b/ui/file_manager/file_manager/common/js/metrics_events.js
index a25dc1e9b774593c1f407555dee1116c347e2b59..a4000f7c9bae4fdf1516f1e115a974494cde743f 100644
--- a/ui/file_manager/file_manager/common/js/metrics_events.js
+++ b/ui/file_manager/file_manager/common/js/metrics_events.js
@@ -19,7 +19,8 @@ var metrics = metrics || metricsBase;
/** @enum {string} */
metrics.Categories = {
ACQUISITION: 'Acquisition',
- INTERNALS: 'Internals'
+ INTERNALS: 'Internals',
+ RAW_IMAGE: 'Raw Image'
};
/**
@@ -144,5 +145,6 @@ metrics.timing = metrics.timing || {};
metrics.timing.Variables = {
COMPUTE_HASH: 'Compute Content Hash',
SEARCH_BY_HASH: 'Search By Hash',
- HISTORY_LOAD: 'History Load'
+ HISTORY_LOAD: 'History Load',
+ EXTRACT_JPEG_FROM_RAW: 'Extract JPEG From RAW'
Steve McKay 2015/04/14 18:30:11 I thought we were going to include the source exte
hirono 2015/04/15 01:57:10 The extension is reported as label (the 4th argume
};
« no previous file with comments | « no previous file | ui/file_manager/file_manager/manifest.json » ('j') | ui/file_manager/image_loader/request.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698