| Commit message (Expand) | Author | Age | Files | Lines |
* | Add cpu count to trace metadata | nduca@chromium.org | 2014-05-24 | 1 | -0/+30 |
* | base::Thread will store its |name| as a string, so take the name as a string | pkasting@chromium.org | 2014-04-18 | 1 | -2/+2 |
* | Adding support for Time and TimeTicks inside trace_event. | mithro@mithis.com | 2014-03-19 | 1 | -0/+37 |
* | Update trace file format for NaN/Infinit values to use strings | rbyers@chromium.org | 2014-01-24 | 1 | -6/+14 |
* | Fix trace file format for NaN/infinite values | rbyers@chromium.org | 2014-01-22 | 1 | -0/+122 |
* | Configure synthetic delays through TraceLog | skyostil@chromium.org | 2014-01-10 | 1 | -0/+44 |
* | Implement sampling profiler (chromium side change) | haraken@chromium.org | 2014-01-08 | 1 | -20/+72 |
* | Revert 242671 "Implement sampling profiler (chromium side change)" | haraken@chromium.org | 2013-12-28 | 1 | -72/+20 |
* | Implement sampling profiler (chromium side change) | haraken@chromium.org | 2013-12-28 | 1 | -20/+72 |
* | Avoid trace-to-console deadlock or infinite recursion | wangxianzhu@chromium.org | 2013-12-05 | 1 | -0/+22 |
* | Reapply "Remove TraceController" | wangxianzhu@chromium.org | 2013-12-03 | 1 | -35/+13 |
* | Revert of https://codereview.chromium.org/99103004/ | wangxianzhu@chromium.org | 2013-12-03 | 1 | -13/+35 |
* | Revert "Revert 237280 "Remove TraceController"" | wangxianzhu@chromium.org | 2013-12-02 | 1 | -35/+13 |
* | Revert 237280 "Remove TraceController" | tonyg@chromium.org | 2013-11-27 | 1 | -13/+35 |
* | Remove TraceController | wangxianzhu@chromium.org | 2013-11-26 | 1 | -35/+13 |
* | Independently enable recording and event callback | wangxianzhu@chromium.org | 2013-11-20 | 1 | -32/+169 |
* | Use JsonDoubleQuote to output trace string | wangxianzhu@chromium.org | 2013-11-15 | 1 | -0/+8 |
* | mac: Prepare most test code for -Wunused-functions too. | thakis@chromium.org | 2013-11-08 | 1 | -7/+0 |
* | Avoid threading races on TraceSamplingThread's members | haraken@chromium.org | 2013-11-06 | 1 | -24/+14 |
* | Ensure TimeOffset is applied to timestamps of traces | wangxianzhu@chromium.org | 2013-11-02 | 1 | -0/+33 |
* | Pass timestamp into trace event callback. | alph@chromium.org | 2013-10-29 | 1 | -4/+14 |
* | Fix trace event ECHO_TO_CONSOLE | wangxianzhu@chromium.org | 2013-10-28 | 1 | -0/+38 |
* | Send B/E events to EventCallback for X events | wangxianzhu@chromium.org | 2013-10-26 | 1 | -1/+12 |
* | [Tracing] Add support for forward looking or backwards looking async steps. | simonjam@chromium.org | 2013-10-24 | 1 | -9/+29 |
* | Correct thread flush timeout logic and increase timeout | wangxianzhu@chromium.org | 2013-10-23 | 1 | -8/+60 |
* | TraceLog::SetCurrentThreadBlocksMessageLoop() | wangxianzhu@chromium.org | 2013-10-22 | 1 | -0/+64 |
* | TRACE_EVENT_PHASE_COMPLETE (X Events) | wangxianzhu@chromium.org | 2013-10-21 | 1 | -24/+32 |
* | Revert "Revert "Use chunks in trace event buffers"" | wangxianzhu@chromium.org | 2013-10-10 | 1 | -22/+129 |
* | Revert "Use chunks in trace event buffers" | wangxianzhu@chromium.org | 2013-10-09 | 1 | -136/+22 |
* | Use chunks in trace event buffers | wangxianzhu@chromium.org | 2013-10-09 | 1 | -22/+136 |
* | Make ConvertableToTraceFormat ref-counted | wangxianzhu@chromium.org | 2013-10-09 | 1 | -12/+11 |
* | Revert 227354 "Revert "Implement TracingController::{Enable,Disa..." | haraken@chromium.org | 2013-10-08 | 1 | -0/+64 |
* | Revert "Implement TracingController::{Enable,Disable,Capture}Monitoring" | justinlin@chromium.org | 2013-10-07 | 1 | -64/+0 |
* | Implement TracingController::{Enable,Disable,Capture}Monitoring | haraken@chromium.org | 2013-10-07 | 1 | -0/+64 |
* | Revert 226701 "Implement TracingController::{Enable,Disable,Capt..." | tapted@chromium.org | 2013-10-03 | 1 | -63/+0 |
* | Implement TracingController::{Enable,Disable,Capture}Monitoring | haraken@chromium.org | 2013-10-03 | 1 | -0/+63 |
* | Thread-local trace-event buffers | wangxianzhu@chromium.org | 2013-09-06 | 1 | -6/+34 |
* | Revert 217921 "This changes the trace event inclusion by always ..." | junov@chromium.org | 2013-08-16 | 1 | -20/+17 |
* | This changes the trace event inclusion by always including categories unknown... | rubentopo@gmail.com | 2013-08-16 | 1 | -17/+20 |
* | Fix misleading indentation in TraceEventTestFixture::OnTraceNotification | jbroman@chromium.org | 2013-08-13 | 1 | -1/+1 |
* | Make element removal methods in DictionaryValue and ListValue take scoped_ptr... | bauerb@chromium.org | 2013-08-06 | 1 | -2/+2 |
* | Update include paths in base for base/process changes. | rsesek@chromium.org | 2013-07-25 | 1 | -1/+1 |
* | reland of http://crrev.com/212230 Create top-level separate targets for... | scottmg@chromium.org | 2013-07-18 | 1 | -3/+0 |
* | Revert 212230 "Create top-level separate targets for browser and..." | scottmg@chromium.org | 2013-07-18 | 1 | -0/+3 |
* | Create top-level separate targets for browser and child dlls | scottmg@chromium.org | 2013-07-18 | 1 | -3/+0 |
* | Don't use StaticMemorySingletonTraits for TraceLog. | jam@chromium.org | 2013-07-08 | 1 | -130/+11 |
* | Add a sampling tracing to RenderWidget::DoDeferredUpdate | haraken@chromium.org | 2013-07-04 | 1 | -3/+43 |
* | Add option to enable sampler. | dsinclair@chromium.org | 2013-06-24 | 1 | -0/+5 |
* | Notify TraceLog observers outside of the lock | jamescook@chromium.org | 2013-06-13 | 1 | -9/+74 |
* | Use a direct include of strings headers in base/. | avi@chromium.org | 2013-06-11 | 1 | -1/+1 |