NAME
examples/benchmarks/bench_new.pasm - PMC Creation
SYNOPSIS
% time ./parrot examples/benchmarks/bench_new.pasm
DESCRIPTION
Creates a ResizablePMCArray
PMC and fills it with Integer
PMCs. 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/gc_alloc_new.pasm, examples/benchmarks/gc_alloc_reuse.pasm, examples/benchmarks/gc_generations.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.