summaryrefslogtreecommitdiffstats
path: root/base/stats_table.cc
Commit message (Expand)AuthorAgeFilesLines
* Eliminate all uses of strerror() in code that uses src/base. strerror() is in...tschmelcher@chromium.org2009-10-131-7/+1
* Copy the relevant parts of ICU to a new file base/third_party/icu/icu_utf.*brettw@chromium.org2009-10-071-3/+2
* Fix StatsTable::RegisterThread so that it doesn't crash if shared memoryevan@chromium.org2009-06-161-4/+2
* Fix a bunch of tiny near-bugs and bugs that static analysis identifiedjar@chromium.org2009-03-191-3/+3
* Removed unneeded includes of base/scoped_ptr.h. Reduce usage from ~800 files ...thestig@chromium.org2009-03-131-0/+1
* NO CODE CHANGE (except one global std::wstring changed to const wchar_t* cons...maruel@chromium.org2009-03-031-2/+1
* This CL adds macro used to track the creation and destructionjcampan@chromium.org2009-02-041-2/+4
* Use PlatformThreadId, not int when dealing with thread ids.agl@chromium.org2009-01-231-3/+3
* Remove use of wide characters in stats table identifiers.evanm@google.com2008-11-221-36/+36
* Rollback "Remove use of wide characters in stats table identifiers."evanm@google.com2008-11-211-36/+36
* Remove use of wide characters in stats table identifiers.evanm@google.com2008-11-211-36/+36
* Add Terminate() to the Process object, have RenderProcessHost use this to avo...brettw@google.com2008-11-141-5/+5
* Switch from the benighted PlatformThread to the shiny SimpleThreaddkegel@google.com2008-11-031-0/+3
* Port last remaining test case in base/stats_table_unittest.cc, anddkegel@google.com2008-10-311-17/+14
* Reduce header dependencies.evanm@google.com2008-10-221-17/+38
* Use gcc 4.2 for the Mac build. Fix up new warnings and errors pointed outmark@chromium.org2008-09-101-9/+9
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* TrackedObjects assumes you can use a "TLS slot" of -1 to indicate uninitializ...evanm@google.com2008-08-201-5/+5
* Revert. Failing unit tests.evanm@google.com2008-08-201-5/+5
* TrackedObjects assumes you can use a "TLS slot" of -1 to indicate uninitializ...evanm@google.com2008-08-201-5/+5
* Fix for mac and linux. Fix gcc warning about class with virtual functions and...pinkerton@google.com2008-08-131-5/+21
* Add base to the repository.initial.commit2008-07-261-0/+545