summaryrefslogtreecommitdiff
path: root/base
AgeCommit message (Expand)Author
2020-06-05[Sampling profiler] Remove unnecessary test type aliasesMike Wittman
2020-06-05[base] Rename internal::SchedulerLock to internal::CheckedLockGabriel Charette
2020-06-05[Sampling profiler] De-templatize WithTargetThread test utilitiesMike Wittman
2020-06-05[wasm] Do not enable trap handler if asan does not allow signal handlersAndreas Haas
2020-06-05Reenable PersistentHistogramStorageTest::HistogramWriteTest on iOSOlivier Robin
2020-06-05[base] Follow-up to MessagePumpAndroid DoSomeWork()Gabriel Charette
2020-06-05Convert TraceConfig away from Value and JSONReader deprecated APISylvain Defresne
2020-06-05Android: Move TraceEvent.maybeEnableEarlyTracing() to Application.onCreate()Andrew Grieve
2020-06-05Allow C++ iteration over Java object arrays.Torne (Richard Coles)
2020-06-05Add a MemoryPressureMonitor for chromeos which supports kernel notifications.Brian Geffon
2020-06-05PartitionAlloc: Refactor observer hooksVlad Tsyrklevich
2020-06-05[ThreadPool] Complete missed renamesGabriel Charette
2020-06-05[base] Migrate Android's MessagePumpForUI to DoSomeWork().Gabriel Charette
2020-06-05Update documentation of base::timerOwen Min
2020-06-05SequenceManager Settings to use Builder Pattern with option to log RunLoop QuitAlex Clarke
2020-06-05Note that only the last value of a switch is used by CommandLine.John Rummell
2020-06-05[heap profiler] Remove support for --sampling-heap-profiler flagAlexei Filippov
2020-06-05Remove AdaptCallbackForRepeating() in ImportantFileWriter.kylechar
2020-06-05Add lock annotations to SequenceCheckerImplAditya Keerthi
2020-06-05Reland "ThreadPool: PlatformNativeWorkerPoolWin should use CallbackMayRunLong...Francois Doray
2020-06-05POSIX: provide a fallback for fallocate() when it's not supportedAlex Ilin
2020-06-05[base] Introduce EnableIfIsBaseCallback Type Helperjdoerrie
2020-06-05Change NOTIMPLEMENTED macros to use DLOG instead of LOG (!!)Daniel Cheng
2020-06-05[Sampling profiler] Fix failure to add AuxUnwinder before Start()Mike Wittman
2020-06-05Move MetadataRecorder to base/profiler and create static accessorsCharlie Andrews
2020-06-05Use range-based for loop and more referencesBruce Dawson
2020-06-05Integrate PendingTask::ipc_program_counter into logging messages.Chris Hamilton
2020-06-05Refactor sequence_manager_impl_unittest.ccCarlos Caballero
2020-06-05Orderfile: Added performance and memory evaluation to the orderfile pipelineMonica Salama
2020-06-05Block a trace event in the sequence manager from recursively PostTaskingOystein Eftevaag
2020-06-05Restrict base::ResetAndReturn() to base::{Once,Repeating}CallbackDaniel Cheng
2020-06-05android: Start using bindIsolatedServiceBo Liu
2020-06-05android: Remove dont-prefetch-libraries flag, as it is unused.Benoît Lizé
2020-06-05[Sampling profiler] Add SampleScenario test utility functionMike Wittman
2020-06-05[TaskScheduler]: Migrate Scheduler priority queue to using TaskSource. Take 2.Etienne Pierre-doray
2020-06-05Add support for single threaded tests to ScopedTaskEnvironmentCarlos Caballero
2020-06-05Add IPC handler program counter to PendingTask and TaskAnnotator.Chris Hamilton
2020-06-05[Sampling profiler] Fix alloca unwind testMike Wittman
2020-06-05[TaskScheduler]: TaskSchedulerImpl holds a single foreground_pool pointer.Etienne Pierre-doray
2020-06-05[Sampling profiler] Remove StackConfiguration typeMike Wittman
2020-06-05[Sampling profiler] Move unwind through library tests earlierMike Wittman
2020-06-05base: Cleanup callback types (part 2).kylechar
2020-06-05Revert "ThreadPool: PlatformNativeWorkerPoolWin should use CallbackMayRunLong...Aditya Keerthi
2020-06-05Remove tid suffix from name in SimpleThreadCarlos Caballero
2020-06-05Add DCHECK to address a comment in CL:1548974Yusuke Sato
2020-06-05[Sampling profiler] Fix V8 unwinding for post-startupMike Wittman
2020-06-05Limit inotify_watches per FilePathWatcher instanceRisan
2020-06-05Reland: Fix MOCK_TIME bug with racy cross thread immediate task postingAlex Clarke
2020-06-05ThreadPool: PlatformNativeWorkerPoolWin should use CallbackMayRunLong for blo...Aditya Keerthi
2020-06-05[Sampling profiler] Split out test unwind scenario setupMike Wittman