Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1556 |
|
This section contains a list of the benchmark tool functions by category.
include 'benchmark.g' # # Create a benchmark tool # bench:=benchmark(); # # Run all defined benchmarks # bench.all(); # # Close the benchmark tool # bench.done()