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

Unified Diff: chrome/browser/jankometer.h

Issue 435603011: jankometer: Remove. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 | « chrome/browser/chrome_content_browser_client.cc ('k') | chrome/browser/jankometer_stub.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/jankometer.h
diff --git a/chrome/browser/jankometer.h b/chrome/browser/jankometer.h
deleted file mode 100644
index d4ce5ca4dbd9fc4906654664607567f0a4b4e993..0000000000000000000000000000000000000000
--- a/chrome/browser/jankometer.h
+++ /dev/null
@@ -1,24 +0,0 @@
-// Copyright (c) 2009 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef CHROME_BROWSER_JANKOMETER_H_
-#define CHROME_BROWSER_JANKOMETER_H_
-
-namespace base {
-class CommandLine;
-}
-
-// The Jank-O-Meter measures jankyness, which is user-perceivable lag in
-// responsiveness of the application.
-//
-// It will log such "lag" events to the metrics log.
-//
-// This function will initialize the service, which will install itself in
-// critical threads. It should be called on the UI thread.
-void InstallJankometer(const base::CommandLine& parsed_command_line);
-
-// Clean up Jank-O-Meter junk
-void UninstallJankometer();
-
-#endif // CHROME_BROWSER_JANKOMETER_H_
« no previous file with comments | « chrome/browser/chrome_content_browser_client.cc ('k') | chrome/browser/jankometer_stub.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698