b804266f72
This adds Google benchmark for microbenchmarking C++ code as an optional dependency. To enable, add the following to the .gclient before syncing "custom_vars": { "checkout_google_benchmark": True } Change-Id: Id0eab772dd71558906658ef4bb60e31acd665948 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2275964 Reviewed-by: Hannes Payer <hpayer@chromium.org> Reviewed-by: Anton Bikineev <bikineev@chromium.org> Reviewed-by: Michael Achenbach <machenbach@chromium.org> Commit-Queue: Michael Lippautz <mlippautz@chromium.org> Cr-Commit-Position: refs/heads/master@{#68663}
22 lines
440 B
Plaintext
22 lines
440 B
Plaintext
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
|