MMTk port to SSCLI -> Documentation -> Running Rotor with RMTk
This document gives an example of running an application under Rotor with RMTk. Logging of some garbage collection events is enabled, to demonstrate that MMTk code is running.
This example uses the xmlperf1 benchmark included with Rotor.
Use the following commands, from the sscli directory with the JMTK_BUILD environment variable set, to build the xmlperf1 benchmark.
. env.sh checked genMS cd tests/perf csc xmlperf1.cs
Use the following commands, from the sscli directory with the JMTK_BUILD environment variable set, to run the xmlperf1 benchmark. If you have already run env.sh from your current shell, do not run it again.
. env.sh checked genMS cd tests/perf clix xmlperf1.exe
The output will look like this:
Doing 100 iterations 0. iteration [ms]: 2167 1. iteration [ms]: 431…
Author: Andrew Gray; Date: 16 December 2004