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

@@ -90,6 +90,13 @@ CEF_EXPORT int cef_get_trace_buffer_percent_full_async();
///
CEF_EXPORT int cef_end_tracing_async();
///
// 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_EXPORT int64 cef_now_from_system_trace_time();
///
// Implement this structure to receive trace notifications. The functions of
// this structure will be called on the browser process UI thread.