Skip to content

Commit

Permalink
Relax burst_threads golden output threads-per-core (#2308)
Browse files Browse the repository at this point in the history
Relaxes the tool.drcacheoff.burst_threads test output to allow more
variation in thread scheduling on cores as seen on CDash:
http://dynamorio.org/CDash/testDetails.php?test=227131&build=20497
  • Loading branch information
derekbruening authored Mar 25, 2017
1 parent 7aa4a33 commit 93fd96a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions clients/drcachesim/tests/offline-burst_threads.templatex
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pre-DR start
pre-DR detach
all done
Cache simulation results:
Core #0 \([1-3] thread\(s\)\)
Core #0 \([0-4] thread\(s\)\)
L1I stats:
Hits: *[0-9,\.]*...
Misses: *[0-9,\.]*.
Expand All @@ -12,7 +12,7 @@ Core #0 \([1-3] thread\(s\)\)
Hits: *[0-9,\.]*...
Misses: *[0-9,\.]*.
.* Miss rate: *[0-9,\.]*%
Core #1 \([0-2] thread\(s\)\)
Core #1 \([0-4] thread\(s\)\)
L1I stats:
Hits: *[0-9,\.]*...
Misses: *[0-9,\.]*.
Expand All @@ -21,7 +21,7 @@ Core #1 \([0-2] thread\(s\)\)
Hits: *[0-9,\.]*...
Misses: *[0-9,\.]*.
.* Miss rate: *[0-9,\.]*%
Core #2 \([0-2] thread\(s\)\)
Core #2 \([0-4] thread\(s\)\)
L1I stats:
Hits: *[0-9,\.]*...
Misses: *[0-9,\.]*.
Expand All @@ -30,7 +30,7 @@ Core #2 \([0-2] thread\(s\)\)
Hits: *[0-9,\.]*...
Misses: *[0-9,\.]*.
.* Miss rate: *[0-9,\.]*%
Core #3 \([0-2] thread\(s\)\)
Core #3 \([0-4] thread\(s\)\)
L1I stats:
Hits: *[0-9,\.]*...
Misses: *[0-9,\.]*.
Expand Down

0 comments on commit 93fd96a

Please sign in to comment.