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.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a race in ThreadLocalStorage::StaticSlot::initialized which triggers a TS...
amistry
2015-07-17
1
-11
/
+12
*
Cleanup base profiler initialization code.
asvitkine
2015-05-07
1
-14
/
+9
*
Revert of Revert of Inlining DeathData accessors, per earlier CR's comment (p...
vadimt
2015-05-06
1
-26
/
+0
*
Cleanup: removing unused descendants information from tracked objects.
vadimt
2015-05-01
1
-70
/
+5
*
Revert of Inlining DeathData accessors, per earlier CR's comment (patchset #1...
vadimt
2015-04-30
1
-0
/
+26
*
Inlining DeathData accessors, per earlier CR's comment.
vadimt
2015-04-28
1
-26
/
+0
*
Delivering the FIRST_NONEMPTY_PAINT phase changing event to base/. This concl...
vadimt
2015-04-27
1
-124
/
+263
*
Cleanup: removing unused kTrackAllTaskObjects constant
vadimt
2015-04-09
1
-23
/
+1
*
Introducing phased profiling framework.
vadimt
2015-04-01
1
-45
/
+56
*
Removing unused Births methods and unnecessary link from chrome://profiler.
vadimt
2015-03-09
1
-24
/
+0
*
Removing unused DeathData::ResetMax() method
vadimt
2015-03-06
1
-17
/
+7
*
base: Change DCHECK_IS_ON to a macro DCHECK_IS_ON().
danakj
2015-01-08
1
-9
/
+9
*
Prefix CommandLine usege with base namespace (Part 1: base/)
pgal.u-szeged
2014-11-25
1
-2
/
+2
*
Make ThreadData::random_number_ an unsigned integer so that overflow has defi...
glider
2014-11-12
1
-4
/
+4
*
Enable profiler timing with a field trial.
vadimt
2014-11-06
1
-11
/
+26
*
Creating infrastructure for profiler instrumentation only in developer build ...
vadimt
2014-10-28
1
-13
/
+29
*
Creating a framework for suppressing pollution of the profiler data and apply...
vadimt
2014-09-15
1
-33
/
+107
*
Fix unreachable code warnings in base/. Found by MSVC warning 4702.
pkasting@chromium.org
2014-03-14
1
-1
/
+4
*
Use Atomic in IsProfilerTimingEnabled
qsr@chromium.org
2013-12-12
1
-13
/
+18
*
Disable timing from chrome://profiler on Android.
qsr@chromium.org
2013-12-11
1
-1
/
+25
*
test IWYU fixups for base
mostynb@opera.com
2013-09-03
1
-5
/
+7
*
Update include paths in base for base/process changes.
rsesek@chromium.org
2013-07-25
1
-1
/
+1
*
Add queued_time_ms trace for events in message loop
wangxianzhu@chromium.org
2013-07-10
1
-11
/
+2
*
Use a direct include of strings headers in base/.
avi@chromium.org
2013-06-10
1
-2
/
+2
*
Annotate the intentional test-only leak in base/tracked_objects.cc.
earthdok@google.com
2013-06-10
1
-1
/
+8
*
Update "TallyBirth" and "TallyDeath" to "TallyABirth" and "TallyADeath"
wtc@chromium.org
2013-05-20
1
-4
/
+4
*
Annotate ThreadData::PushToHeadOfList for MemorySanitizer.
eugenis@chromium.org
2013-03-20
1
-0
/
+2
*
TrackedObjects - fix for checking signed int overflowing
rtenneti@chromium.org
2013-02-28
1
-6
/
+4
*
base: Constantify thread_name() getter accessor.
tfarina@chromium.org
2012-11-05
1
-2
/
+0
*
Handle wrapping of task run count beyond 2^31 times.
jar@chromium.org
2012-07-26
1
-5
/
+10
*
[UMA] Add performance profile data to UMA uploads.
isherman@chromium.org
2012-04-25
1
-15
/
+3
*
Revert 133773 - [UMA] Add performance profile data to UMA uploads.
isherman@chromium.org
2012-04-24
1
-3
/
+15
*
[UMA] Add performance profile data to UMA uploads.
isherman@chromium.org
2012-04-24
1
-15
/
+3
*
Add ipc_channel_nacl to the untrusted build and fix all compile/link errors.
bbudge@chromium.org
2012-04-23
1
-0
/
+4
*
[UMA] Use proper C++ objects to serialize tracked_objects across process boun...
isherman@chromium.org
2012-04-13
1
-146
/
+132
*
Cleanup: Replace 'DurationInt' with int32, and always use 32-bit integers for...
isherman@chromium.org
2012-03-24
1
-18
/
+18
*
simplify a few header includes
vapier@chromium.org
2012-03-19
1
-1
/
+1
*
Support use of third party time function for about:profiler
jar@chromium.org
2012-02-15
1
-0
/
+52
*
Propogate status setting for profiler to track parents
jar@chromium.org
2012-02-10
1
-14
/
+17
*
Revert 120789 - Propogate status setting for profiler to track parents
jar@chromium.org
2012-02-07
1
-17
/
+14
*
Propogate status setting for profiler to track parents
jar@chromium.org
2012-02-07
1
-14
/
+17
*
Make it possible to use ThreadLocalStorage::Slot as a static without
thakis@chromium.org
2012-01-30
1
-1
/
+1
*
Cleanup: Remove static storage for variables in an unnamed namespace.
jhawkins@chromium.org
2012-01-28
1
-3
/
+5
*
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
-40
/
+128
*
Minor cleanup preparing for recording parent-child data
jar@chromium.org
2011-12-09
1
-15
/
+11
*
Fix the memcheck annotation in RecordDeath().
rnk@chromium.org
2011-12-05
1
-1
/
+1
*
Add memcheck annotation and remove suppression.
rnk@chromium.org
2011-12-04
1
-0
/
+3
*
Revert 112937 - Suppress unitialized use of memory for random_number_ seed
jar@chromium.org
2011-12-04
1
-3
/
+0
*
Suppress unitialized use of memory for random_number_ seed
jar@chromium.org
2011-12-04
1
-0
/
+3
[next]