gpu-trace-diff tool for running batches of diffs.

This commit is contained in:
Ben Vanik
2015-12-13 16:59:32 -08:00
parent 4d0bb1d26f
commit 826ea60890
2 changed files with 241 additions and 0 deletions

View File

@@ -77,6 +77,7 @@ int TraceDump::Main(const std::vector<std::wstring>& args) {
// Normalize the path and make absolute.
auto abs_path = xe::to_absolute_path(path);
XELOGI("Loading trace file %ls...", abs_path.c_str());
if (!Setup()) {
xe::FatalError("Unable to setup trace dump tool");