diff --git a/basis/ui/tools/profiler/profiler.factor b/basis/ui/tools/profiler/profiler.factor index f99cb6b368..4eb5833ed0 100644 --- a/basis/ui/tools/profiler/profiler.factor +++ b/basis/ui/tools/profiler/profiler.factor @@ -87,7 +87,7 @@ M: method-renderer column-titles drop { "" "Method" "Count" } ; ] keep ; : ( model renderer -- table ) - [ first present ] + [ dup [ first present ] when ] [ invoke-primary-operation ] >>action ; : ( counts profiler -- model' )