summaryrefslogtreecommitdiff
path: root/src/pal/tests/palsuite/composite/wfmo/readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/pal/tests/palsuite/composite/wfmo/readme.txt')
-rw-r--r--src/pal/tests/palsuite/composite/wfmo/readme.txt22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/pal/tests/palsuite/composite/wfmo/readme.txt b/src/pal/tests/palsuite/composite/wfmo/readme.txt
new file mode 100644
index 0000000000..6be55d8ff4
--- /dev/null
+++ b/src/pal/tests/palsuite/composite/wfmo/readme.txt
@@ -0,0 +1,22 @@
+To compile:
+
+1) create a dat file (say wfmo.dat) with contents:
+PAL,Composite,palsuite\composite\wfmo,wfmo=main.c mutex.c,<SUPPORTEXE>,<TESTLANGCPP>,<COMPILEONLY>
+
+2) perl rrunmod.pl -r wfmo.dat
+
+
+To execute:
+main [PROCESS_COUNT] [THREAD_COUNT] [REPEAT_COUNT] [SLEEP_LENGTH]
+
+Output:
+The performance numbers will be in <process_logical_id>_wfmo.txt
+(will be at palsuite\composite\wfmo\obj[r|c|d] directory if u use rrunmod.pl)
+
+So if process_count is 3, you will have files 0_wfmo.txt, 1_wfmo.txt and so on…
+
+For each process txt file created,
+each row represents a thread data (process id, number of failures, number of pass, total number of repeated operations and an integer that will be used to identify a run
+(currently zero)).
+
+