Menu

Tree [03a5cb] default tip /
 History

Read Only access


File Date Author Commit
 docs 2010-11-19 Rustam Miftakhutdinov Rustam Miftakhutdinov [05777d] Added an example data set, an html overview of ...
 example 2010-11-19 Rustam Miftakhutdinov Rustam Miftakhutdinov [05777d] Added an example data set, an html overview of ...
 test 2010-11-22 Rustam Miftakhutdinov Rustam Miftakhutdinov [097bb2] Fixed the corner case of a 1d data point in tab...
 .hgignore 2010-11-22 Rustam Miftakhutdinov Rustam Miftakhutdinov [dba663] Changed Makefile to keep test output files (*.o...
 Makefile 2010-11-22 Rustam Miftakhutdinov Rustam Miftakhutdinov [dba663] Changed Makefile to keep test output files (*.o...
 README 2010-11-22 Rustam Miftakhutdinov Rustam Miftakhutdinov [03a5cb] Updated README to reflect the addition of testing
 TODO 2010-11-19 Rustam Miftakhutdinov Rustam Miftakhutdinov [05777d] Added an example data set, an html overview of ...
 extract 2010-11-18 Rustam Miftakhutdinov Rustam Miftakhutdinov [1734fc] Removed the leading tab from the output of extract
 normalize 2010-11-17 Rustam Miftakhutdinov Rustam Miftakhutdinov [b466e3] Extracted dimension values that are empty strin...
 tabulate 2010-11-22 Rustam Miftakhutdinov Rustam Miftakhutdinov [097bb2] Fixed the corner case of a 1d data point in tab...

Read Me

Please see docs/html/index.html for an overview of multidim.

Run "make" to run tests and make sure multidim is working on your system.

Quick sample command:

./extract -dim 'cache_size=1MB 2MB 4MB' -dim 'mem_latency=200 300 400' -dim 'architecture=baseline newpref' -dim 'benchmark < example/benchmarks.list' -dim 'stat=cache_misses execution_time' -dim value -source 'example/data/exp_${architecture}_${cache_size}_${mem_latency}/${benchmark}/stats :${stat}:\s*${value}' | ./normalize value architecture=baseline | ./tabulate value -y architecture cache_size mem_latency -x benchmark stat -format "%.2f"
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.