comparison mx/commands.py @ 5090:0a1e5b876667

Disabled 'examples' command until the examples are revived.
author Doug Simon <doug.simon@oracle.com>
date Fri, 16 Mar 2012 14:47:23 +0100
parents 206e68bb66c6
children d3f547b08304
comparison
equal deleted inserted replaced
5089:206e68bb66c6 5090:0a1e5b876667
889 'igv' : [igv, ''], 889 'igv' : [igv, ''],
890 'intro': [intro, ''], 890 'intro': [intro, ''],
891 'dacapo': [dacapo, '[[n] benchmark] [VM options|@DaCapo options]'], 891 'dacapo': [dacapo, '[[n] benchmark] [VM options|@DaCapo options]'],
892 'scaladacapo': [scaladacapo, '[[n] benchmark] [VM options|@Scala DaCapo options]'], 892 'scaladacapo': [scaladacapo, '[[n] benchmark] [VM options|@Scala DaCapo options]'],
893 'specjvm2008': [specjvm2008, '[VM options|@specjvm2008 options]'], 893 'specjvm2008': [specjvm2008, '[VM options|@specjvm2008 options]'],
894 'example': [example, '[-v] example names...'], 894 #'example': [example, '[-v] example names...'],
895 'gate' : [gate, '[-options]'], 895 'gate' : [gate, '[-options]'],
896 'gv' : [gv, ''], 896 'gv' : [gv, ''],
897 'bench' : [bench, '[-resultfile file] [all(default)|dacapo|specjvm2008|bootstrap]'], 897 'bench' : [bench, '[-resultfile file] [all(default)|dacapo|specjvm2008|bootstrap]'],
898 'unittest' : [unittest, '[filters...]'], 898 'unittest' : [unittest, '[filters...]'],
899 'jtt' : [jtt, '[filters...]'], 899 'jtt' : [jtt, '[filters...]'],