1. 0bc25d5 Fix unreachable code warnings in base/. Found by MSVC warning 4702. by pkasting@chromium.org · 10 years ago
  2. 67f4ef8 Use Atomic in IsProfilerTimingEnabled by qsr@chromium.org · 11 years ago
  3. 4b1cc32 Disable timing from chrome://profiler on Android. by qsr@chromium.org · 11 years ago
  4. f29dd61 test IWYU fixups for base by mostynb@opera.com · 11 years ago
  5. 687756f Update include paths in base for base/process changes. by rsesek@chromium.org · 11 years ago
  6. 115411e Add queued_time_ms trace for events in message loop by wangxianzhu@chromium.org · 11 years ago
  7. 68a745c Use a direct include of strings headers in base/. by avi@chromium.org · 11 years ago
  8. eb54f42 Annotate the intentional test-only leak in base/tracked_objects.cc. by earthdok@google.com · 11 years ago
  9. 4a35791 Update "TallyBirth" and "TallyDeath" to "TallyABirth" and "TallyADeath" by wtc@chromium.org · 11 years ago
  10. 5eff831 Annotate ThreadData::PushToHeadOfList for MemorySanitizer. by eugenis@chromium.org · 11 years ago
  11. 086c9d2 TrackedObjects - fix for checking signed int overflowing by rtenneti@chromium.org · 11 years ago
  12. 746e85f base: Constantify thread_name() getter accessor. by tfarina@chromium.org · 12 years ago
  13. eff10e4 Handle wrapping of task run count beyond 2^31 times. by jar@chromium.org · 12 years ago
  14. 33d14ae [UMA] Add performance profile data to UMA uploads. by isherman@chromium.org · 12 years ago
  15. bc93d7d Revert 133773 - [UMA] Add performance profile data to UMA uploads. by isherman@chromium.org · 12 years ago
  16. a330d83 [UMA] Add performance profile data to UMA uploads. by isherman@chromium.org · 12 years ago
  17. aa4d16a Add ipc_channel_nacl to the untrusted build and fix all compile/link errors. by bbudge@chromium.org · 12 years ago
  18. 98c10d2 [UMA] Use proper C++ objects to serialize tracked_objects across process boundaries. by isherman@chromium.org · 12 years ago
  19. 3306fc0 Cleanup: Replace 'DurationInt' with int32, and always use 32-bit integers for tracking time. by isherman@chromium.org · 12 years ago
  20. 58b69ff simplify a few header includes by vapier@chromium.org · 12 years ago
  21. 4626ccb Support use of third party time function for about:profiler by jar@chromium.org · 12 years ago
  22. 23b0072 Propogate status setting for profiler to track parents by jar@chromium.org · 12 years ago
  23. 2433ec4 Revert 120789 - Propogate status setting for profiler to track parents by jar@chromium.org · 13 years ago
  24. 8e3be46 Propogate status setting for profiler to track parents by jar@chromium.org · 13 years ago
  25. 82306bf Make it possible to use ThreadLocalStorage::Slot as a static without by thakis@chromium.org · 13 years ago
  26. 88fbaf6 Cleanup: Remove static storage for variables in an unnamed namespace. by jhawkins@chromium.org · 13 years ago
  27. 998561e Add a convenience typedef LazyInstance<T>::Leaky to avoid repeating T. by fischman@chromium.org · 13 years ago
  28. b5c974b Detect child tasks born during a profiled tasks by jar@chromium.org · 13 years ago
  29. 26abc1f Minor cleanup preparing for recording parent-child data by jar@chromium.org · 13 years ago
  30. 6970841 Fix the memcheck annotation in RecordDeath(). by rnk@chromium.org · 13 years ago
  31. 1a280df Add memcheck annotation and remove suppression. by rnk@chromium.org · 13 years ago
  32. 111586a Revert 112937 - Suppress unitialized use of memory for random_number_ seed by jar@chromium.org · 13 years ago
  33. 10ba7bd Suppress unitialized use of memory for random_number_ seed by jar@chromium.org · 13 years ago
  34. 9332ea0 Fixing tree (using smaller prime than 2^31) by jar@chromium.org · 13 years ago
  35. a026041 Support incremental-max and sample in Profiler data by jar@chromium.org · 13 years ago
  36. 3141ba2 Remove bogus line and fix tree by jar@chromium.org · 13 years ago
  37. 92703d5 Check that thread contexts are cleaned up during profiling by jar@chromium.org · 13 years ago
  38. 50c48db Switch to a simple linked-list for worker thread pool by jar@chromium.org · 13 years ago
  39. 10ef990 Avoid any possibility of an Alloc during TLS thread teardown by jar@chromium.org · 13 years ago
  40. 2e35365 Remove about:tracking. It has been subsumed by about:profiler. by eroman@chromium.org · 13 years ago
  41. 6980090 Handle null timer values when profiling sections by jar@chromium.org · 13 years ago
  42. 340a7c5 Reduce race potential for lazy testing initialization of profiler by jar@chromium.org · 13 years ago
  43. b24883c Allow linker initialization of lazy instance by joth@chromium.org · 13 years ago
  44. b2845c8 Use leaky lazy instance for master lock in profiler by jar@chromium.org · 13 years ago
  45. b536eef Adjust interfaces to indicate when tracking is in progress by jar@chromium.org · 13 years ago
  46. 51c8dfb Switch to using an intergral type for durations inside profiler by jar@chromium.org · 13 years ago
  47. 27cf297 Revert of Revert 108752 - Support tracking of IPC messages as tasks in profiler by jar@chromium.org · 13 years ago
  48. 523ca43 Revert 108752 - Support tracking of IPC messages as tasks in profiler by joi@chromium.org · 13 years ago
  49. 3d6a82f Support tracking of IPC messages as tasks in profiler by jar@chromium.org · 13 years ago
  50. 0d46f3b Support max of profiled times as well as sum and average by jar@chromium.org · 13 years ago
  51. 16bc873 Revert 108352 - Try to see if disabling ALL tracking helps tree by jar@chromium.org · 13 years ago
  52. fc81eaf Try to see if disabling ALL tracking helps tree by jar@chromium.org · 13 years ago
  53. a41c9ba Enable default object tracking no Mac by jar@chromium.org · 13 years ago
  54. 4be2cb0 Enable tracking of objects by default by jar@chromium.org · 13 years ago
  55. c8b867c Revert 107895 - Fully enable about:tracking by default by joth@chromium.org · 13 years ago
  56. 9794efb Revert 107939 - Pile of nits for tracked object enablement by joth@chromium.org · 13 years ago
  57. 770faf6 Revert 107940 - Remove DCHECK that tickles TLS during shutdown by joth@chromium.org · 13 years ago
  58. b45d886 Revert 107944 - Avoid all unnecessary calls to TLS during thread teardown by joth@chromium.org · 13 years ago
  59. a83515f Avoid all unnecessary calls to TLS during thread teardown by jar@chromium.org · 13 years ago
  60. f42dd9d Remove DCHECK that tickles TLS during shutdown by jar@chromium.org · 13 years ago
  61. 700d290 Pile of nits for tracked object enablement by jar@chromium.org · 13 years ago
  62. 220f5cb Revert 107928 - Pile of nits for tracked object enablement by jar@chromium.org · 13 years ago
  63. ec556e6 Pile of nits for tracked object enablement by jar@chromium.org · 13 years ago
  64. 406f5af Revert 107921 - Pile of nits for tracked object enablement by jar@chromium.org · 13 years ago
  65. fa3f96c Pile of nits for tracked object enablement by jar@chromium.org · 13 years ago
  66. 173e386 Fully enable about:tracking by default by jar@chromium.org · 13 years ago
  67. b8bb852 Revert 107793 - Fully enable about:tracking by default by jar@chromium.org · 13 years ago
  68. 1fd7194 Fully enable about:tracking by default by jar@chromium.org · 13 years ago
  69. 666ef9c Support JSON encoding of data for about:tracking information by jar@chromium.org · 13 years ago
  70. 79a58c3 Update task tracking to not depend on message_loop_ singleton by jar@chromium.org · 13 years ago
  71. f970105 Restore visibilty of Task Tracking via about:tracking by jar@chromium.org · 13 years ago
  72. 12fa092 Support Closure in ALL the loops! by ajwong@chromium.org · 13 years ago
  73. d0f33c2 Apply CSP to chrome: and about: pages by tsepez@chromium.org · 13 years ago
  74. a425ce3 Add/improve a bunch of comments by jar@chromium.org · 13 years ago
  75. 73bfc43 More DCHECK() updates. A mixture of _EQ and _GE. by mhm@chromium.org · 13 years ago
  76. abe477a Remove obsolete base/lock.h and fix up callers to use the new header file and by brettw@chromium.org · 14 years ago
  77. 37c078e Order function definitions in base/ according to the header. by erg@google.com · 14 years ago
  78. 5b5f5e0 Move base/thread.h to base/threading, fix up callers to use the new location. by brettw@chromium.org · 14 years ago
  79. 6396558 Move thread local stuff from base to base/threading and consistently use the by brettw@chromium.org · 14 years ago
  80. 25726ef Reland 66791 (change was innocent) by willchan@chromium.org · 14 years ago
  81. f1b8e21 Revert 66719 - Reland r65996. Disallows Singletons on non-joinable thread. by willchan@chromium.org · 14 years ago
  82. 779810c Reland r65996. Disallows Singletons on non-joinable thread. by willchan@chromium.org · 14 years ago
  83. 7afc8e3 Revert 65996 (test breakage) - Disallow Singleton and LazyInstance on non-joinable threads. by willchan@chromium.org · 14 years ago
  84. fe5da53 Disallow Singleton and LazyInstance on non-joinable threads. by willchan@chromium.org · 14 years ago
  85. 7e34b08 Minor typo cleanup of header title for about:tasks by jar@chromium.org · 14 years ago
  86. 7191523 FBTF: Moves code to the headers. by erg@google.com · 14 years ago
  87. 11f89b0 Header cleanup in base. by brettw@chromium.org · 14 years ago
  88. e7ca2cf FBTF: Move some inner classes out of their header files. by thestig@chromium.org · 14 years ago
  89. d52d47f Fix up some style guide violations wrt aligning function arguments. by willchan@chromium.org · 14 years ago
  90. 4f19fac Avoid re-initializing object_tracker by jar@chromium.org · 15 years ago
  91. febe0e4 Provide a quick and dirty way to reset about:objects data by jar@chromium.org · 15 years ago
  92. 3f6b260 Add compiler-specific "examine printf format" attributes to printfs. by evan@chromium.org · 15 years ago
  93. 5130ec2 Fix few trivial Coverity issues, mainly PASS_BY_VALUE. by phajdan.jr@chromium.org · 15 years ago
  94. 6dce3c2 Reduce header dependencies in base/ by phajdan.jr@chromium.org · 15 years ago
  95. 9709f6d Fix a bunch of tiny near-bugs and bugs that static analysis identified by jar@chromium.org · 15 years ago
  96. ad8855a NO CODE CHANGE by deanm@chromium.org · 15 years ago
  97. 0f8dd26 Move Time, TimeDelta and TimeTicks into namespace base. by dsh@google.com · 16 years ago
  98. 60bbf99 Fix a typo I noticed when looking at object tracking. The wrong argument was by brettw@google.com · 16 years ago
  99. f003cfe Use a more compact license header in source files. by license.bot · 16 years ago
  100. f26fd3a TrackedObjects assumes you can use a "TLS slot" of -1 to indicate uninitialized. This isn't true for the pthread_key_t type, which is unsigned on Linux and reportedly a struct on Macs. This change modifies the Slot type to be a struct containing an "initialized" flag. by evanm@google.com · 16 years ago