Fix future visualizer not showing requested size for allocation events
This commit is contained in:
parent
5cbdf4dc76
commit
fe26c07637
|
@ -111,7 +111,7 @@
|
|||
|
||||
;;allocation-event? : event -> bool
|
||||
(define (allocation-event? evt)
|
||||
(equal? (event-prim-name evt) '|[allocate memory|))
|
||||
(equal? (event-prim-name evt) '|[allocate memory]|))
|
||||
|
||||
;;jitcompile-event : event -> bool
|
||||
(define (jitcompile-event? evt)
|
||||
|
|
Loading…
Reference in New Issue
Block a user