| commit | 68666c0876081db75338384d7b76f0b5fb84473e | [log] [tgz] |
|---|---|---|
| author | alph <alph@chromium.org> | Sat Aug 20 10:26:16 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Sat Aug 20 10:28:06 2016 |
| tree | 81bfc4ea3de56e0a068c27da2cad376810a7f251 | |
| parent | c7623cadf005479238e6854efaedecf997f63cbc [diff] |
DevTools: Profiler domain refactoring: encode timestamps as deltas. The CL makes CPUProfile encode sample timestamps as deltas, which makes the representation more compact. startTime and endTime are represented in microseconds rather than seconds. BUG=635947 Review-Url: https://codereview.chromium.org/2262543002 Cr-Commit-Position: refs/heads/master@{#413332}