forked from sanyaade-mobiledev/chromium.src
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move benchmark extension example to new location and clean it up to u…
…se browser actions rather than toolstrips. BUG=26106 TEST=none Review URL: http://codereview.chromium.org/384065 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31815 0039d316-1c4b-4281-b951-d872f2087c98
- Loading branch information
erikkay@chromium.org
committed
Nov 12, 2009
1 parent
0335b08
commit 2468fc5
Showing
12 changed files
with
70 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
36 changes: 18 additions & 18 deletions
36
.../data/extensions/samples/benchmark/README → .../examples/extensions/benchmark/README.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
Benchmark Extension | ||
------------------- | ||
This extension provides basic page-level benchmarking into the browser. | ||
With the extension installed you can test web pages and then compare | ||
results in a subwindow. | ||
Between each page load you can optionally clear idle http connections and | ||
clear the cache so that page loads are more like the user experience | ||
when first connecting to a site. | ||
To use this benchmark, you'll need to run chrome with the the | ||
"--enable-benchmarking" flag. This flag enables a v8-extension so that | ||
the benchmark can clear idle connections and the cache. | ||
The code found in the jst/ subdirectory is JSTemplate code from | ||
http://code.google.com/p/google-jstemplate/ | ||
Benchmark Extension | ||
------------------- | ||
This extension provides basic page-level benchmarking into the browser. | ||
|
||
With the extension installed you can test web pages and then compare | ||
results in a subwindow. | ||
|
||
Between each page load you can optionally clear idle http connections and | ||
clear the cache so that page loads are more like the user experience | ||
when first connecting to a site. | ||
|
||
To use this benchmark, you'll need to run chrome with the the | ||
"--enable-benchmarking" flag. This flag enables a v8-extension so that | ||
the benchmark can clear idle connections and the cache. | ||
|
||
The code found in the jst/ subdirectory is JSTemplate code from | ||
http://code.google.com/p/google-jstemplate/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters