Chromium Code Reviews| Index: mojo/public/c/system/types.h |
| diff --git a/mojo/public/c/system/types.h b/mojo/public/c/system/types.h |
| index a88b024fe7eed15cc06d14742bac4653c6738523..062ac42b1185e6f6f6219b3f16de80c2e7e0824b 100644 |
| --- a/mojo/public/c/system/types.h |
| +++ b/mojo/public/c/system/types.h |
| @@ -17,7 +17,9 @@ |
| // TODO(vtl): Notes: Use of undefined flags will lead to undefined behavior |
| // (typically they'll be ignored), not necessarily an error. |
| -// |MojoTimeTicks|: Used to specify time ticks. Value is in microseconds. |
| +// |MojoTimeTicks|: Platform-dependent, monotonically increasing tick count |
|
viettrungluu
2015/01/16 17:32:26
This comment is strictly worse than the previous v
ggowan
2015/01/16 23:30:34
Thanks for the feedback. I was confused by the dif
|
| +// representing time. The resolution of this clock is ~1-15ms. Resolution |
| +// varies depending on hardware/operating system configuration. |
| typedef int64_t MojoTimeTicks; |