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
*
Turning return by const value to return by const ref in BirthOnThread::locati...
paritosh.in
2015-08-07
1
-1
/
+1
*
Fix a race in ThreadLocalStorage::StaticSlot::initialized which triggers a TS...
amistry
2015-07-17
1
-1
/
+2
*
Cleanup base profiler initialization code.
asvitkine
2015-05-07
1
-4
/
+3
*
Revert of Revert of Inlining DeathData accessors, per earlier CR's comment (p...
vadimt
2015-05-06
1
-8
/
+10
*
Cleanup: removing unused descendants information from tracked objects.
vadimt
2015-05-01
1
-72
/
+10
*
Revert of Inlining DeathData accessors, per earlier CR's comment (patchset #1...
vadimt
2015-04-30
1
-10
/
+8
*
Inlining DeathData accessors, per earlier CR's comment.
vadimt
2015-04-28
1
-8
/
+10
*
Delivering the FIRST_NONEMPTY_PAINT phase changing event to base/. This concl...
vadimt
2015-04-27
1
-75
/
+156
*
Introducing phased profiling framework.
vadimt
2015-04-01
1
-23
/
+51
*
Use hash map for tracked_objects::location
sque
2015-03-14
1
-1
/
+2
*
Removing unused Births methods and unnecessary link from chrome://profiler.
vadimt
2015-03-09
1
-16
/
+0
*
Removing unused DeathData::ResetMax() method
vadimt
2015-03-06
1
-21
/
+7
*
base: Change DCHECK_IS_ON to a macro DCHECK_IS_ON().
danakj
2015-01-08
1
-1
/
+1
*
Minor spelling fixes in base/tracked_objects.
mithro
2014-11-19
1
-14
/
+14
*
Make ThreadData::random_number_ an unsigned integer so that overflow has defi...
glider
2014-11-12
1
-2
/
+2
*
Enable profiler timing with a field trial.
vadimt
2014-11-06
1
-0
/
+3
*
Creating infrastructure for profiler instrumentation only in developer build ...
vadimt
2014-10-28
1
-6
/
+6
*
Creating a framework for suppressing pollution of the profiler data and apply...
vadimt
2014-09-15
1
-16
/
+84
*
Use validating IPC enum macros in child process messages.
tsepez@chromium.org
2014-02-10
1
-0
/
+1
*
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
[next]