History log of /external/perfetto/src/tracing/test/hello_world_benchmark.cc
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
bc8368e4603c2cc1a17d758f3371a3681e5a5503 25-Jan-2018 Hector Dearman <hjd@google.com> ftrace_reader: Add cpu_reader.cc micro benchmark

Add a micro-benchmark to test the performance of cpu_reader.cc
Also refactor:
- The benchmarking target (so the main lives in benchmark_main.cc)
- The cpu reader test support code (into test/cpu_reader_support.cc)

Change-Id: Ia03df7d9453c098ba3d20d1fc92a95dfc42d678b
/external/perfetto/src/tracing/test/hello_world_benchmark.cc
aab53553d6ad0ab821e45328487f9d88912fb71c 24-Jan-2018 Florian Mayer <fmayer@google.com> Run clang-tidy

Change-Id: I144335b7cd196e453351db3a83a214fb2f0245da
/external/perfetto/src/tracing/test/hello_world_benchmark.cc
4f9b6d7b7b2ad7b86e1577a18dc6e2df91b98164 05-Dec-2017 Primiano Tucci <primiano@google.com> Pivot source files into top-level src,include and unify test target

See discussion in go/perfetto-build-files .
This is to disambiguate things like
#include "base/logging.h"
when in the chrome tree.

Also this CL unifies the test targets into two monolithic targets:
perfetto_tests and perfetto_benchmarks. This is to avoid ending
up with confusing binary names in the chrome tree (e.g.,
ipc_unittests)

Bug: 68710794
Change-Id: I1768e15b661406052b2be060d7aab0f1e7443a98
/external/perfetto/src/tracing/test/hello_world_benchmark.cc