History log of /seL4-l4v-10.1.1/seL4/include/benchmark/benchmark.h
Revision Date Author Comments
# b942a504 26-Mar-2018 Bruce Mitchener <bruce.mitchener@gmail.com>

Fix trivial comment typos.


# 325db51c 26-Feb-2017 Kent McLeod <Kent.Mcleod@data61.csiro.au>

Fix type error in benchmark.h


# 2f866d91 10-Jan-2017 Hesham Almatary <hesham.almatary@data61.csiro.au>

Benchmark: Define benchmark_util_t in a separate file to avoid circular dependency


# bdf10bb4 22-Nov-2016 Adrian Danis <Adrian.Danis@data61.csiro.au>

Refactor includes so trace point support builds

benchmark.h requires a definition of KS_LOG_PPTR, but its previous
placement in machine.h resulted in a circular include. This commit
factors out KS_LOG_PPTR and related definitions to a separate header,
creates the corresponding header for x86, and prevents circular
includes in the x86 builds


# 5f7fa2fc 19-Oct-2016 Hesham Almatary <hesham.almatary@data61.csiro.au>

Benchmark: Pack arch-independent benchmark-related files into separate directories