mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-16 00:17:03 +00:00
Record and dump trace events in the perf tests
Trace data can be used to build additional metrics which measure validation costs, GPU time, etc. It will also be helpful to store in the test output for later analysis. This CL also adds jsoncpp as a DEP so we can dump trace file json output. Bug: dawn:208 Change-Id: Ia6c05ca90aecae308ee6a4fd11e5f43bb03b1dc9 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/12080 Commit-Queue: Austin Eng <enga@chromium.org> Reviewed-by: Corentin Wallez <cwallez@chromium.org>
This commit is contained in:
committed by
Commit Bot service account
parent
154badfe2f
commit
92a011a253
@@ -41,6 +41,10 @@ if (!defined(dawn_googletest_dir)) {
|
||||
dawn_googletest_dir = "//third_party/googletest"
|
||||
}
|
||||
|
||||
if (!defined(dawn_jsoncpp_dir)) {
|
||||
dawn_jsoncpp_dir = "//third_party/jsoncpp"
|
||||
}
|
||||
|
||||
if (!defined(dawn_shaderc_dir)) {
|
||||
dawn_shaderc_dir = "//third_party/shaderc"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user