Add new CefNowFromSystemTraceTime() method (issue #908).

git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1147 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
Marshall Greenblatt
2013-03-15 19:57:20 +00:00
parent b835143515
commit 25e54b1800
6 changed files with 45 additions and 0 deletions

View File

@ -121,4 +121,12 @@ bool CefGetTraceBufferPercentFullAsync();
/*--cef()--*/
bool CefEndTracingAsync();
///
// Returns the current system trace time or, if none is defined, the current
// high-res time. Can be used by clients to synchronize with the time
// information in trace events.
///
/*--cef()--*/
int64 CefNowFromSystemTraceTime();
#endif // CEF_INCLUDE_CEF_TRACE_H_