Update profile msgs to new apis
parent
9930f25ad3
commit
7a83a7288c
|
@ -891,7 +891,7 @@ def graphics_update_cycle(
|
|||
fvb.interact_graphics_cycle(
|
||||
do_linked_charts=False,
|
||||
)
|
||||
profiler(f'vlm `Viz[{viz.name}].plot.vb._set_yrange()`')
|
||||
profiler(f'vlm `Viz[{viz.name}].plot.vb.interact_graphics_cycle()`')
|
||||
|
||||
# even if we're downsampled bigly
|
||||
# draw the last datum in the final
|
||||
|
|
|
@ -1053,6 +1053,7 @@ class ChartView(ViewBox):
|
|||
read_slc,
|
||||
yrange
|
||||
) = out
|
||||
profiler(f'{viz.name}@{chart_name} `Viz.maxmin()`')
|
||||
|
||||
pi = viz.plot
|
||||
|
||||
|
|
Loading…
Reference in New Issue