1. 72d5b8f Tracked objects: Bump cumulative byte count storage to 64 bits to avoid saturation. by siggi · 7 years ago
  2. 0b7bff3 Replace uses of hash_map in //base by brettw · 7 years ago
  3. a93ec6f Reuse ThreadData instances associated with terminated named threads. by fdoray · 8 years ago
  4. ab9b353 Add heap allocator usage to task profiler. by siggi · 8 years ago
  5. e7d517a Remove all remaining traces of MessageLoopProxy. by thestig · 8 years ago
  6. ad37025 Don't create redundant ThreadData for Worker Threads by zhenyu.shan · 8 years ago
  7. c8651bf base: Add out-of-line copy ctors for complex classes. by vmpstr · 9 years ago
  8. db00479 base: Add missing copy ctors where appropriate. by vmpstr · 9 years ago
  9. 3aae504 profiler: cleanup unused alternate_timer code by primiano · 9 years ago
  10. 0ed2f8c Modify tracked_objects::DeathData to use atomics. by amistry · 9 years ago
  11. a6a6a68 Switch to standard integer types in base/. by avi · 9 years ago
  12. 6149332 Turning return by const value to return by const ref in BirthOnThread::location() by paritosh.in · 9 years ago
  13. 1f632fd Fix a race in ThreadLocalStorage::StaticSlot::initialized which triggers a TSAN error. by amistry · 9 years ago
  14. ac5567d Cleanup base profiler initialization code. by asvitkine · 9 years ago
  15. 26fd14d Revert of Revert of Inlining DeathData accessors, per earlier CR's comment (patchset #1 id:1 of https://codereview.chromium.org/1118753003/) by vadimt · 9 years ago
  16. 498a637 Cleanup: removing unused descendants information from tracked objects. by vadimt · 9 years ago
  17. 5a944ab Revert of Inlining DeathData accessors, per earlier CR's comment (patchset #1 id:1 of https://codereview.chromium.org/1113463003/) by vadimt · 9 years ago
  18. 480761b Inlining DeathData accessors, per earlier CR's comment. by vadimt · 9 years ago
  19. bba3ed9 Delivering the FIRST_NONEMPTY_PAINT phase changing event to base/. This concludes the client-side “phased profiling” work. by vadimt · 9 years ago
  20. 33dba1d Introducing phased profiling framework. by vadimt · 9 years ago
  21. 9f57c2c Use hash map for tracked_objects::location by sque · 9 years ago
  22. 2159836 Removing unused Births methods and unnecessary link from chrome://profiler. by vadimt · 10 years ago
  23. 10772be Removing unused DeathData::ResetMax() method by vadimt · 10 years ago
  24. 9a89f24 base: Change DCHECK_IS_ON to a macro DCHECK_IS_ON(). by danakj · 10 years ago
  25. a38902b Minor spelling fixes in base/tracked_objects. by mithro · 10 years ago
  26. 49d4ebb Make ThreadData::random_number_ an unsigned integer so that overflow has defined behavior. by glider · 10 years ago
  27. 62d12e9 Enable profiler timing with a field trial. by vadimt · 10 years ago
  28. 6c709f0 Creating infrastructure for profiler instrumentation only in developer build and Canary channel. by vadimt · 10 years ago
  29. 29787df Creating a framework for suppressing pollution of the profiler data and applying for know cases of pollution. by vadimt · 10 years ago
  30. 85d5d21 Use validating IPC enum macros in child process messages. by tsepez@chromium.org · 11 years ago
  31. f29dd61 test IWYU fixups for base by mostynb@opera.com · 11 years ago
  32. 746e85f base: Constantify thread_name() getter accessor. by tfarina@chromium.org · 12 years ago
  33. e476b20 Cleanup: IWYU for base/time.h. Also fix misc lint errors. by thestig@chromium.org · 12 years ago
  34. 1d967bf Remove the rest of #pragma once in one big CL. by ajwong@chromium.org · 12 years ago
  35. 98c10d2 [UMA] Use proper C++ objects to serialize tracked_objects across process boundaries. by isherman@chromium.org · 12 years ago
  36. 3306fc0 Cleanup: Replace 'DurationInt' with int32, and always use 32-bit integers for tracking time. by isherman@chromium.org · 12 years ago
  37. 4626ccb Support use of third party time function for about:profiler by jar@chromium.org · 13 years ago
  38. ec76419 Prefer ScopedNestableTaskAllower over manual save/restore by dhollowa@chromium.org · 13 years ago
  39. 85dfe86 Implement profiler log writing at shutdown by rlarocque@chromium.org · 13 years ago
  40. 23b0072 Propogate status setting for profiler to track parents by jar@chromium.org · 13 years ago
  41. 2433ec4 Revert 120789 - Propogate status setting for profiler to track parents by jar@chromium.org · 13 years ago
  42. 8e3be46 Propogate status setting for profiler to track parents by jar@chromium.org · 13 years ago
  43. 82306bf Make it possible to use ThreadLocalStorage::Slot as a static without by thakis@chromium.org · 13 years ago
  44. 998561e Add a convenience typedef LazyInstance<T>::Leaky to avoid repeating T. by fischman@chromium.org · 13 years ago
  45. b5c974b Detect child tasks born during a profiled tasks by jar@chromium.org · 13 years ago
  46. 26abc1f Minor cleanup preparing for recording parent-child data by jar@chromium.org · 13 years ago
  47. a026041 Support incremental-max and sample in Profiler data by jar@chromium.org · 13 years ago
  48. 92703d5 Check that thread contexts are cleaned up during profiling by jar@chromium.org · 13 years ago
  49. 50c48db Switch to a simple linked-list for worker thread pool by jar@chromium.org · 13 years ago
  50. 10ef990 Avoid any possibility of an Alloc during TLS thread teardown by jar@chromium.org · 13 years ago
  51. 2e35365 Remove about:tracking. It has been subsumed by about:profiler. by eroman@chromium.org · 13 years ago
  52. b2845c8 Use leaky lazy instance for master lock in profiler by jar@chromium.org · 13 years ago
  53. b536eef Adjust interfaces to indicate when tracking is in progress by jar@chromium.org · 13 years ago
  54. 51c8dfb Switch to using an intergral type for durations inside profiler by jar@chromium.org · 13 years ago
  55. 27cf297 Revert of Revert 108752 - Support tracking of IPC messages as tasks in profiler by jar@chromium.org · 13 years ago
  56. 523ca43 Revert 108752 - Support tracking of IPC messages as tasks in profiler by joi@chromium.org · 13 years ago
  57. fe9a84c Fix a few typos in tracked_objects.h by isherman@chromium.org · 13 years ago
  58. 7ad4a62 Minor cleanup: Make method private that is only used for testing by jar@chromium.org · 13 years ago
  59. 3d6a82f Support tracking of IPC messages as tasks in profiler by jar@chromium.org · 13 years ago
  60. 0d46f3b Support max of profiled times as well as sum and average by jar@chromium.org · 13 years ago
  61. 4be2cb0 Enable tracking of objects by default by jar@chromium.org · 13 years ago
  62. c8b867c Revert 107895 - Fully enable about:tracking by default by joth@chromium.org · 13 years ago
  63. 173e386 Fully enable about:tracking by default by jar@chromium.org · 13 years ago
  64. b8bb852 Revert 107793 - Fully enable about:tracking by default by jar@chromium.org · 13 years ago
  65. 1fd7194 Fully enable about:tracking by default by jar@chromium.org · 13 years ago
  66. 666ef9c Support JSON encoding of data for about:tracking information by jar@chromium.org · 13 years ago
  67. 79a58c3 Update task tracking to not depend on message_loop_ singleton by jar@chromium.org · 13 years ago
  68. f970105 Restore visibilty of Task Tracking via about:tracking by jar@chromium.org · 13 years ago
  69. 8e2e300 Delete Tracked, and move Location to its own file. by ajwong@chromium.org · 13 years ago
  70. e585bed Rename BASE_API to BASE_EXPORT. by darin@chromium.org · 13 years ago
  71. 12fa092 Support Closure in ALL the loops! by ajwong@chromium.org · 13 years ago
  72. d0f33c2 Apply CSP to chrome: and about: pages by tsepez@chromium.org · 13 years ago
  73. 97a20ec Base: More adjustments to BASE_API and project dependencies to by rvargas@google.com · 13 years ago
  74. e106ef6 Base: A few more files using BASE_API (for base.dll) by rvargas@google.com · 13 years ago
  75. a425ce3 Add/improve a bunch of comments by jar@chromium.org · 14 years ago
  76. 04abcb8 Commneted out ShutdownSingleThreadedCleanup in debug builds to by rtenneti@google.com · 14 years ago
  77. abe477a Remove obsolete base/lock.h and fix up callers to use the new header file and by brettw@chromium.org · 14 years ago
  78. d5fffd4 Start sorting methods in class declarations. by erg@google.com · 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. 7ecbbc1 FBTF: Remove unneeded headers from base/ (part 9) by thestig@chromium.org · 14 years ago
  81. 0d6778a Fix typos in comments by jar@chromium.org · 14 years ago
  82. 7191523 FBTF: Moves code to the headers. by erg@google.com · 14 years ago
  83. e7ca2cf FBTF: Move some inner classes out of their header files. by thestig@chromium.org · 14 years ago
  84. 01d1452 `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views by thakis@chromium.org · 14 years ago
  85. 4f19fac Avoid re-initializing object_tracker by jar@chromium.org · 15 years ago
  86. febe0e4 Provide a quick and dirty way to reset about:objects data by jar@chromium.org · 15 years ago
  87. 5130ec2 Fix few trivial Coverity issues, mainly PASS_BY_VALUE. by phajdan.jr@chromium.org · 15 years ago
  88. 6dce3c2 Reduce header dependencies in base/ by phajdan.jr@chromium.org · 15 years ago
  89. ad8855a NO CODE CHANGE by deanm@chromium.org · 16 years ago
  90. 4cd2c17 Provide and use auto startup/teardown for tracked objects by jar@google.com · 16 years ago
  91. 0f8dd26 Move Time, TimeDelta and TimeTicks into namespace base. by dsh@google.com · 16 years ago
  92. f003cfe Use a more compact license header in source files. by license.bot · 16 years ago
  93. b16d6e0 Fix a couple "extra qualification" compile errors in method declarations, and move related non-Win32-specific files to common build target. by mmoss@google.com · 16 years ago
  94. 306d731 Remove an illegal const. by paulg@google.com · 16 years ago
  95. 2919c09 Stub out unused Windows specific code. by paulg@google.com · 16 years ago
  96. 3f4a732 Add base to the repository. by initial.commit · 16 years ago