asit-dhal / BenchmarkViewer

Google Benchmark Data Viewer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BenchmarkViewer

Qt application to view Google Microbenchmarking data https://github.com/google/benchmark.

Build Status

Build Status
AppVeyor Build status
Travis Build Status

Supported Platforms

The standalone binary packages support the following platforms:

  • Windows 7 or later
  • (K)Ubuntu Linux 16.04 (64-bit) or later

Usages

  • Generate json report from your benchmark
./benchmark_binary --benchmark_format=json > benchmark.json
  • Open the json file in BenchmarkViewer. It will list all generated benchmarks.
  • Select on any benchmarks by clicking the checkbox.

Sample Screenshot

alt text alt text

About

Google Benchmark Data Viewer

License:MIT License


Languages

Language:C++ 90.6%Language:CMake 3.6%Language:QMake 3.4%Language:C 1.2%Language:Perl 0.9%Language:Shell 0.4%