aboutsummaryrefslogtreecommitdiff
path: root/libraries/googlebenchmark/README
diff options
context:
space:
mode:
authorLockywolf <for_sbo.googlebenchmark_2023-05-28@lockywolf.net>2023-06-09 09:55:48 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-06-10 14:01:20 +0700
commit2bef5faefd151778fe141d01d0a8c97e7fae73f0 (patch)
treeca7db7afaf9aaf849b3a70abb11b9332f8770e25 /libraries/googlebenchmark/README
parent858927011062d4557b0e4d0a4eeeaf015832cb85 (diff)
libraries/googlebenchmark: Added (Google tiny benchmarking library)
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/googlebenchmark/README')
-rw-r--r--libraries/googlebenchmark/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/libraries/googlebenchmark/README b/libraries/googlebenchmark/README
new file mode 100644
index 0000000000000..b39143dc76c76
--- /dev/null
+++ b/libraries/googlebenchmark/README
@@ -0,0 +1,5 @@
+Google microbenchmarking library.
+
+Define a function that executes the code to measure, register it as
+a benchmark function using the BENCHMARK macro, and ensure an
+appropriate main function is available.