Home
last modified time | relevance | path

Searched refs:header_format (Results 1 - 2 of 2) sorted by relevance

/third_party/musl/Benchmark/scripts/
H A Dcompare_benchmark_result.py41 header_format = "\033[1;37m|{:60}|{:20}|{:20}|{:20}|\033[0m"
50 print(header_format.format("case", "before(ns)", "after(ns)", "(before - after / before)"))
51 print(header_format.format("----", "----", "----", "----"))
/third_party/lz4/examples/
H A Dcompress_functions.c340 const char *header_format = "|%-14s|%-30s|%14s|%16s|%14s|%14s|\n"; in main() local
344 printf(header_format, "Source", "Function Benchmarked", "Total Seconds", "Iterations/sec", "ns/Iteration", "% of default"); in main()
352 printf(header_format, "", "", "", "", "", ""); in main()

Completed in 2 milliseconds