[PATCH] D48879: [XRay][test-suite] Benchmarks for profiling mode implementation

Hans Wennborg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 14 08:57:26 PDT 2018


hans added a comment.

In https://reviews.llvm.org/D48879#1199017, @dberris wrote:

> I could reproduce locally, and so I had a look but this time I needed to rebuild on a clean build dir. PTAL?


I ran "make clean" on it and tried again, but with the same result

It does produce some output before segfaulting, if that's any help:

  name,iterations,real_time,cpu_time,time_unit,bytes_per_second,items_per_second,label,error_occurred,error_message
  "BM_XRayProfilingShallowStack/real_time/threads:1",5061883,144.624,134.259,ns,,,,,
  "BM_XRayProfilingShallowStack/real_time/threads:2",6094380,94.531,179.154,ns,,,,,


Repository:
  rT test-suite

https://reviews.llvm.org/D48879





More information about the llvm-commits mailing list