summaryrefslogtreecommitdiff
path: root/benchmarks/wsim/README
diff options
context:
space:
mode:
authorTvrtko Ursulin <tvrtko.ursulin@intel.com>2017-05-08 13:31:50 +0100
committerTvrtko Ursulin <tvrtko.ursulin@intel.com>2017-05-08 13:31:50 +0100
commit07a8aa0d848f60768f03e63b98c14234eff780cf (patch)
treeb32ce13a79fe5a140ee3b6438796c27dfd5087ac /benchmarks/wsim/README
parentb0872574d26eac7d0a8a72b9a74930bb0f94ec2d (diff)
gem_wsim: Support multiple dependencies
Multiple dependencies separated by forward slashes are now supported. Some media workloads also updated to use this for better efficiency. Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Diffstat (limited to 'benchmarks/wsim/README')
-rw-r--r--benchmarks/wsim/README6
1 files changed, 4 insertions, 2 deletions
diff --git a/benchmarks/wsim/README b/benchmarks/wsim/README
index 7aa0694a..5d2a90b2 100644
--- a/benchmarks/wsim/README
+++ b/benchmarks/wsim/README
@@ -2,8 +2,8 @@ Workload descriptor format
==========================
ctx.engine.duration_us.dependency.wait,...
-<uint>.<str>.<uint>[-<uint>].<int <= 0>.<0|1>,...
-d|p|s.<uiny>,...
+<uint>.<str>.<uint>[-<uint>].<int <= 0>[/<int <= 0>][...].<0|1>,...
+d|p|s|t|q.<uiny>,...
For duration a range can be given from which a random value will be picked
before every submit. Since this and seqno management requires CPU access to
@@ -54,3 +54,5 @@ The above workload described in human language works like this:
When workload descriptors are provided on the command line, commas must be used
instead of new lines.
+
+Multiple dependencies can be given separated by forward slashes. \ No newline at end of file