google / google/benchmark

[FR] Draw a line

Open
#1,954 4 comments 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
10.4k
Forks
1.8k
Avg merge
2d 4h
Merged PRs (30d)
8

Description

Can we have a macro that separates outputs?

like

```
BENCHMARK(f1);
BENCHMARK(f2);

BECHMARK_DRAW_LINE();

BENCHMARK(f3);
```

Output

```
f1 ....
f2 ...
------------
f3 ...
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.