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
/
tracked_objects.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
test IWYU fixups for base
mostynb@opera.com
2013-09-03
1
-1
/
+5
*
base: Constantify thread_name() getter accessor.
tfarina@chromium.org
2012-11-05
1
-1
/
+1
*
Cleanup: IWYU for base/time.h. Also fix misc lint errors.
thestig@chromium.org
2012-10-10
1
-1
/
+0
*
Remove the rest of #pragma once in one big CL.
ajwong@chromium.org
2012-07-11
1
-1
/
+0
*
[UMA] Use proper C++ objects to serialize tracked_objects across process boun...
isherman@chromium.org
2012-04-13
1
-116
/
+118
*
Cleanup: Replace 'DurationInt' with int32, and always use 32-bit integers for...
isherman@chromium.org
2012-03-24
1
-17
/
+15
*
Support use of third party time function for about:profiler
jar@chromium.org
2012-02-15
1
-0
/
+11
*
Prefer ScopedNestableTaskAllower over manual save/restore
dhollowa@chromium.org
2012-02-14
1
-2
/
+0
*
Implement profiler log writing at shutdown
rlarocque@chromium.org
2012-02-10
1
-24
/
+0
*
Propogate status setting for profiler to track parents
jar@chromium.org
2012-02-10
1
-4
/
+6
*
Revert 120789 - Propogate status setting for profiler to track parents
jar@chromium.org
2012-02-07
1
-6
/
+4
*
Propogate status setting for profiler to track parents
jar@chromium.org
2012-02-07
1
-4
/
+6
*
Make it possible to use ThreadLocalStorage::Slot as a static without
thakis@chromium.org
2012-01-30
1
-1
/
+1
*
Add a convenience typedef LazyInstance<T>::Leaky to avoid repeating T.
fischman@chromium.org
2012-01-23
1
-3
/
+2
*
Detect child tasks born during a profiled tasks
jar@chromium.org
2011-12-14
1
-22
/
+73
*
Minor cleanup preparing for recording parent-child data
jar@chromium.org
2011-12-09
1
-8
/
+10
*
Support incremental-max and sample in Profiler data
jar@chromium.org
2011-12-04
1
-142
/
+121
*
Check that thread contexts are cleaned up during profiling
jar@chromium.org
2011-11-24
1
-5
/
+17
*
Switch to a simple linked-list for worker thread pool
jar@chromium.org
2011-11-20
1
-52
/
+48
*
Avoid any possibility of an Alloc during TLS thread teardown
jar@chromium.org
2011-11-18
1
-3
/
+26
*
Remove about:tracking.
eroman@chromium.org
2011-11-16
1
-157
/
+0
*
Use leaky lazy instance for master lock in profiler
jar@chromium.org
2011-11-14
1
-4
/
+8
*
Adjust interfaces to indicate when tracking is in progress
jar@chromium.org
2011-11-14
1
-4
/
+11
*
Switch to using an intergral type for durations inside profiler
jar@chromium.org
2011-11-11
1
-24
/
+25
*
Revert of Revert 108752 - Support tracking of IPC messages as tasks in profiler
jar@chromium.org
2011-11-08
1
-94
/
+9
*
Revert 108752 - Support tracking of IPC messages as tasks in profiler
joi@chromium.org
2011-11-08
1
-9
/
+94
*
Fix a few typos in tracked_objects.h
isherman@chromium.org
2011-11-08
1
-14
/
+14
*
Minor cleanup: Make method private that is only used for testing
jar@chromium.org
2011-11-06
1
-15
/
+20
*
Support tracking of IPC messages as tasks in profiler
jar@chromium.org
2011-11-05
1
-94
/
+9
*
Support max of profiled times as well as sum and average
jar@chromium.org
2011-11-04
1
-6
/
+47
*
Enable tracking of objects by default
jar@chromium.org
2011-10-31
1
-77
/
+212
*
Revert 107895 - Fully enable about:tracking by default
joth@chromium.org
2011-10-31
1
-187
/
+67
*
Fully enable about:tracking by default
jar@chromium.org
2011-10-30
1
-67
/
+187
*
Revert 107793 - Fully enable about:tracking by default
jar@chromium.org
2011-10-28
1
-186
/
+66
*
Fully enable about:tracking by default
jar@chromium.org
2011-10-28
1
-66
/
+186
*
Support JSON encoding of data for about:tracking information
jar@chromium.org
2011-10-24
1
-72
/
+103
*
Update task tracking to not depend on message_loop_ singleton
jar@chromium.org
2011-10-15
1
-97
/
+108
*
Restore visibilty of Task Tracking via about:tracking
jar@chromium.org
2011-10-07
1
-6
/
+7
*
Delete Tracked, and move Location to its own file.
ajwong@chromium.org
2011-09-21
1
-14
/
+15
*
Rename BASE_API to BASE_EXPORT.
darin@chromium.org
2011-08-05
1
-10
/
+10
*
Support Closure in ALL the loops!
ajwong@chromium.org
2011-07-26
1
-0
/
+7
*
Apply CSP to chrome: and about: pages
tsepez@chromium.org
2011-06-28
1
-2
/
+3
*
Base: More adjustments to BASE_API and project dependencies to
rvargas@google.com
2011-04-21
1
-1
/
+1
*
Base: A few more files using BASE_API (for base.dll)
rvargas@google.com
2011-03-25
1
-8
/
+9
*
Add/improve a bunch of comments
jar@chromium.org
2011-03-08
1
-5
/
+4
*
Commneted out ShutdownSingleThreadedCleanup in debug builds to
rtenneti@google.com
2011-03-01
1
-7
/
+4
*
Remove obsolete base/lock.h and fix up callers to use the new header file and
brettw@chromium.org
2011-01-21
1
-4
/
+4
*
Start sorting methods in class declarations.
erg@google.com
2011-01-07
1
-2
/
+3
*
Move thread local stuff from base to base/threading and consistently use the
brettw@chromium.org
2010-12-30
1
-3
/
+3
*
FBTF: Remove unneeded headers from base/ (part 9)
thestig@chromium.org
2010-11-20
1
-1
/
+0
[next]