summaryrefslogtreecommitdiff
path: root/system/common/benchmark
AgeCommit message (Expand)Author
2025-02-26Merge "system/common: Remove location parameter from MessageLoopThread" into ... Henri Chataing
2025-02-25system/common: Enforce -Wmissing-prototypes Henri Chataing
2025-02-25system/common: Remove location parameter from MessageLoopThread Henri Chataing
2024-09-25Enforce -Wmissing-prototypes Henri Chataing
2024-08-09common: Remove unused parameters Myles Watson
2024-07-07Format: apply clang rules William Escande
2024-05-23Use atomic common::benchmark::thread_performance_benchmark::g_counter Chris Manton
2024-04-08system/main: Remove librchrome log initialization Henri Chataing
2024-04-08Remove legacy header system/include/check.h Henri Chataing
2024-04-05Remove includes of <base/logging.h> Henri Chataing
2024-04-05system: Migrate CHECK to log::assert_that Henri Chataing
2023-12-21check.h: IWYU and remove unused Chris Manton
2023-04-30Remove common::once_timer Chris Manton
2023-02-06Update {bind,callback,callback_forward,callback_helpers}.h includes Georg Neis
2022-01-31floss: libhrome r939949 uprev hscham
2021-02-01Make build tweaks to support newer libchrome Abhishek Pandit-Subedi
2021-01-12don't expose main thread message loop Zach Johnson
2019-04-02Common: remove GD related stuff from common Jack He
2019-02-25Reactor-based alarm implementation Hansong Zhang
2019-02-25Reactor-based threading model Hansong Zhang
2018-12-03Split Timer into OnceTimer and RepeatingTimer Jakub Pawlowski
2018-09-13Add Timer as an alternative to osi alarm Hansong Zhang
2018-08-27Common: Replace ExecutionBarrier with std::promise and std::future Jack He
2018-08-02Add MessageLoopThread, ExecutionBarrier, and performance tests Jack He