bootstrap.image.primitives,tools.profiler.sampling: fixing stack effect

char-rename
Björn Lindqvist 2016-09-01 09:00:01 +02:00
parent 916bb1678a
commit 6a7033fccb
2 changed files with 2 additions and 2 deletions

View File

@ -780,7 +780,7 @@ CONSTANT: all-primitives {
{ {
"tools.profiler.sampling.private" "tools.profiler.sampling.private"
{ {
{ "profiling" ( ? -- ) "sampling_profiler" { object } { } f } { "profiling" ( n -- ) "sampling_profiler" { object } { } f }
{ "(get-samples)" ( -- samples/f ) "get_samples" { } { object } f } { "(get-samples)" ( -- samples/f ) "get_samples" { } { object } f }
} }
} }

View File

@ -8,7 +8,7 @@ IN: tools.profiler.sampling
<PRIVATE <PRIVATE
PRIMITIVE: (get-samples) ( -- samples/f ) PRIMITIVE: (get-samples) ( -- samples/f )
PRIMITIVE: profiling ( ? -- ) PRIMITIVE: profiling ( n -- )
PRIVATE> PRIVATE>
SYMBOL: samples-per-second SYMBOL: samples-per-second