Benchmarking in the Context Step Simulator

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Benchmarking in the Context Step Simulator

André Wendt-3
Hi,

I've posted this to vm-dev before, but realized it doesn't belong there.
Please excuse my cross-posting.

When trying to execute

ContextPart tallyInstructions: [MacroBenchmarks run]

I get the error message "context not in process." A similar problem has
been reported at <http://bugs.squeak.org/view.php?id=5716>.

Are there any benchmarks that are more complex than Integer>>#benchmark
and Integer>>#benchFib but still work in the simulator?
Or, what other options do I have to analyze the executing instructions?

Thanks,
André