NAME
examples/benchmarks/gc_generations.pasm - GC Benchmark
SYNOPSIS
% ./parrot examples/benchmarks/gc_generations.pasm
DESCRIPTION
Runs a loop several loops, each making big strings with repeat
, then prints out some statistics indicating:
- the time taken
- the total number of bytes allocated
- the total of GC runs made
- the total number of collection runs made
- the total number of bytes copied
- the number of active
Buffer
struct
s - the total number of
Buffer
struct
s
SEE ALSO
examples/benchmarks/bench_newp.pasm, examples/benchmarks/gc_alloc_new.pasm, examples/benchmarks/gc_alloc_reuse.pasm, examples/benchmarks/gc_header_new.pasm, examples/benchmarks/gc_header_reuse.pasm, examples/benchmarks/gc_waves_headers.pasm, examples/benchmarks/gc_waves_sizeable_data.pasm, examples/benchmarks/gc_waves_sizeable_headers.pasm.