v8/third_party/google_benchmark
Michael Achenbach 983f0c1c46 [google_benchmark] Suppress -Wdeprecated-declarations
This ports:
https://crrev.com/c/3773795

Bug: chromium:1344570, chromium:1345621
Change-Id: Ie3f8019a259f66900ea6dda878040edec20d4f38
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3773777
Reviewed-by: Nico Weber <thakis@chromium.org>
Auto-Submit: Michael Achenbach <machenbach@chromium.org>
Commit-Queue: Nico Weber <thakis@chromium.org>
Commit-Queue: Michael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/main@{#81831}
2022-07-19 19:39:05 +00:00
..
precompiled_headers/benchmark Manually update google_benchmark 2022-03-09 19:49:16 +00:00
BUILD.gn [google_benchmark] Suppress -Wdeprecated-declarations 2022-07-19 19:39:05 +00:00
OWNERS Add google_benchmark depdendency 2020-07-02 20:11:29 +00:00
README.v8 Add google_benchmark depdendency 2020-07-02 20:11:29 +00:00

Name: Google Benchmark
Short Name: benchmark
URL: https://github.com/google/benchmark
Version: unknown
License: Apache 2.0
License File: NOT_SHIPPED
Security Critical: no

Description:
A microbenchmark support library.

To include this library in the V8 checkout, add the following clause to
your .gclient configuration.

    "custom_vars": {
        "checkout_google_benchmark": True,
    }


Local Additions:
* gn file for building in V8