index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
base
/
debug
/
trace_event.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Draw the start of input latency using its original/ui timestamp
miletus@chromium.org
2014-07-31
1
-0
/
+16
*
Change instant event phase name from i to I
yurys@chromium.org
2014-07-22
1
-1
/
+1
*
Fix tracing 64-bit to 32-bit truncations.
wfh@chromium.org
2014-07-08
1
-3
/
+2
*
Remove TraceStringWrapper::operator const char*()
wangxianzhu@chromium.org
2014-06-18
1
-8
/
+10
*
Adding support for Time and TimeTicks inside trace_event.
mithro@mithis.com
2014-03-19
1
-0
/
+17
*
Use branch prediction hints to make trace events cheaper
skyostil@chromium.org
2014-02-13
1
-3
/
+3
*
Implement sampling profiler (chromium side change)
haraken@chromium.org
2014-01-08
1
-5
/
+9
*
Revert 242671 "Implement sampling profiler (chromium side change)"
haraken@chromium.org
2013-12-28
1
-9
/
+5
*
Implement sampling profiler (chromium side change)
haraken@chromium.org
2013-12-28
1
-5
/
+9
*
Independently enable recording and event callback
wangxianzhu@chromium.org
2013-11-20
1
-2
/
+9
*
[Tracing] Add support for forward looking or backwards looking async steps.
simonjam@chromium.org
2013-10-24
1
-21
/
+35
*
TRACE_EVENT_PHASE_COMPLETE (X Events)
wangxianzhu@chromium.org
2013-10-21
1
-109
/
+110
*
Make ConvertableToTraceFormat ref-counted
wangxianzhu@chromium.org
2013-10-09
1
-92
/
+16
*
Chrome tracing for system-wide performance stats.
jwmak@chromium.org
2013-09-18
1
-0
/
+1
*
gpu: Record GL state to trace
skyostil@chromium.org
2013-09-12
1
-1
/
+1
*
Trace memory records source function for posted tasks instead of "RunTask"
jamescook@chromium.org
2013-08-24
1
-0
/
+8
*
Fix multiple typos in base tracing files.
etienneb@chromium.org
2013-08-09
1
-7
/
+8
*
Record Chrome trace events in tcmalloc heap profiles
jamescook@chromium.org
2013-07-24
1
-4
/
+8
*
reland of http://crrev.com/212230 Create top-level separate targets for...
scottmg@chromium.org
2013-07-18
1
-12
/
+0
*
Revert 212230 "Create top-level separate targets for browser and..."
scottmg@chromium.org
2013-07-18
1
-0
/
+12
*
Create top-level separate targets for browser and child dlls
scottmg@chromium.org
2013-07-18
1
-12
/
+0
*
make it possible to disable internal tracing in unofficial builds
mostynb@opera.com
2013-07-09
1
-2
/
+11
*
Add a sampling tracing to RenderWidget::DoDeferredUpdate
haraken@chromium.org
2013-07-04
1
-9
/
+73
*
Add TRACE_EVENT_IS_NEW_TRACE as a way to snapshot objects at start of recording
nduca@chromium.org
2013-06-04
1
-0
/
+22
*
disable sampling tracing in split_link build
scottmg@chromium.org
2013-05-23
1
-0
/
+3
*
Remove --trace-all-rendered-frames in favour of disabled-by-default.
dsinclair@chromium.org
2013-05-15
1
-0
/
+11
*
Add templates for ConvertableToTraceFormat with other argument types.
dsinclair@chromium.org
2013-05-08
1
-0
/
+98
*
Allow tracing categories to default to disabled.
dsinclair@chromium.org
2013-05-07
1
-0
/
+4
*
Add snapshots to trace_event object model
nduca@chromium.org
2013-05-04
1
-31
/
+76
*
Revert 196550 "Revert "Add a ConvertableToTraceFormat type to th..."
tonyg@chromium.org
2013-05-03
1
-10
/
+121
*
Revert "Add a ConvertableToTraceFormat type to the trace framework."
tonyg@chromium.org
2013-04-26
1
-121
/
+10
*
Correctly handle multiple convertable argument names.
dsinclair@chromium.org
2013-04-19
1
-1
/
+2
*
Category group support/Renamings.
rubentopo@gmail.com
2013-04-19
1
-229
/
+247
*
Add a ConvertableToTraceFormat type to the trace framework.
dsinclair@chromium.org
2013-04-10
1
-10
/
+120
*
Merge trace_event_internal.h back into trace_event.h.
dsinclair@chromium.org
2013-04-10
1
-6
/
+1060
*
Add support for tracking life time of client objects in trace log.
caseq@google.com
2013-02-26
1
-0
/
+27
*
Sampling profiler for chrome://tracing
scottmg@chromium.org
2013-02-26
1
-0
/
+7
*
Adding raw tracing to trace framework.
dsinclair@chromium.org
2013-02-15
1
-0
/
+16
*
Reland: Add trace event Pepper API
elijahtaylor@chromium.org
2013-01-28
1
-876
/
+14
*
Add missing, and remove unnecessary, 'explicit' from constructors. (base/)
hans@chromium.org
2013-01-15
1
-12
/
+12
*
Revert 175233 because Linux ASAN builder cannot compile it.
alexeypa@google.com
2013-01-04
1
-14
/
+876
*
Add trace event Pepper API
elijahtaylor@chromium.org
2013-01-04
1
-876
/
+14
*
Remove support for TRACE_EVENT_IF_LONGER_THANx macros
caseq@google.com
2012-12-13
1
-90
/
+11
*
Put Android systrace calls in trace_event_impl only.
wangxianzhu@chromium.org
2012-11-15
1
-17
/
+4
*
Make Chrome Trace work with Android ATrace.
wangxianzhu@chromium.org
2012-11-01
1
-4
/
+17
*
Trace PostTasks from post to run.
jbates@chromium.org
2012-09-18
1
-25
/
+153
*
Fix trace event macro naming issue
jbates@chromium.org
2012-09-11
1
-4
/
+4
*
trace event macro ambiguity fix when int64 is used on 64-bit build
jbates@chromium.org
2012-08-07
1
-0
/
+2
*
Remove the rest of #pragma once in one big CL.
ajwong@chromium.org
2012-07-11
1
-1
/
+0
*
Make non-scoped trace macros work in one-line scopes.
jbates@chromium.org
2012-03-30
1
-16
/
+20
[next]