mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
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:
@ -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_
|
||||
|
Reference in New Issue
Block a user