|
|
- Added support for keeping track of load times.
For each document loaded we record the time the page was requested by the user
(or as close as we can get to that), the time the load process started, the time
the
document and it's dependent resources (scripts) have been loaded (before
onload())
and the time all the document's resources have been loaded.
We use this data for two things:
1) We histogram the deltas between the time marks
2) We expose the times to javascript running on the page which was loaded
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=13116
Total comments: 18
Total comments: 7
Total comments: 74
Total comments: 5
Total comments: 7
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+447 lines, -43 lines) |
Patch |
 |
M |
base/time.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
base/time.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/renderer_host/render_view_host.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome.gyp
|
View
|
2
3
4
5
6
7
8
9
10
11
12
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/render_messages.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
5 chunks |
+12 lines, -1 line |
0 comments
|
Download
|
 |
A |
chrome/renderer/extensions/loadtimes_extension_bindings.h
|
View
|
2
3
4
5
6
7
8
9
|
1 chunk |
+24 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/renderer/extensions/loadtimes_extension_bindings.cc
|
View
|
2
3
4
5
6
7
8
9
10
|
1 chunk |
+91 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/render_thread.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/render_view.h
|
View
|
7
8
9
10
11
12
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/render_view.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
7 chunks |
+133 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/renderer.vcproj
|
View
|
2
3
4
5
6
7
8
9
10
11
12
|
1 chunk |
+12 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/renderer_main.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
2 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
webkit/glue/webdatasource.h
|
View
|
5
6
7
8
9
10
11
12
|
2 chunks |
+38 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/glue/webdatasource_impl.h
|
View
|
3
4
5
6
7
8
9
10
11
12
|
5 chunks |
+33 lines, -1 line |
0 comments
|
Download
|
 |
M |
webkit/glue/webdatasource_impl.cc
|
View
|
3
4
5
6
7
8
9
10
11
12
|
2 chunks |
+50 lines, -1 line |
0 comments
|
Download
|
 |
M |
webkit/glue/webframe_impl.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
webkit/glue/webframeloaderclient_impl.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
webkit/glue/webframeloaderclient_impl.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
8 chunks |
+30 lines, -21 lines |
0 comments
|
Download
|
 |
M |
webkit/glue/webview_delegate.h
|
View
|
5
6
7
8
9
10
11
12
|
2 chunks |
+1 line, -9 lines |
0 comments
|
Download
|
Total messages: 12 (0 generated)
|