Chromium Code Reviews| Index: tools/timer/Timer.h |
| diff --git a/tools/timer/Timer.h b/tools/timer/Timer.h |
| index e28a515b540eaa2fe30b69bf82c3c7a8af87c16b..c621222e0ce08fc893c8700ecf0872f1ccfbd41f 100644 |
| --- a/tools/timer/Timer.h |
| +++ b/tools/timer/Timer.h |
| @@ -73,4 +73,8 @@ private: |
| SkString HumanizeMs(double); |
| +// Returns the amount of time that has elapsed since an unspecified reference |
| +// time. The reference will be at least as recent as the process launch time. |
| +double GetTimeMs(); |
| + |
| #endif |