Update profile msgs to new apis
parent
e31e5b5e52
commit
6c916a22d1
|
@ -885,7 +885,7 @@ def graphics_update_cycle(
|
||||||
fvb.interact_graphics_cycle(
|
fvb.interact_graphics_cycle(
|
||||||
do_linked_charts=False,
|
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
|
# even if we're downsampled bigly
|
||||||
# draw the last datum in the final
|
# draw the last datum in the final
|
||||||
|
|
|
@ -1053,6 +1053,7 @@ class ChartView(ViewBox):
|
||||||
read_slc,
|
read_slc,
|
||||||
yrange
|
yrange
|
||||||
) = out
|
) = out
|
||||||
|
profiler(f'{viz.name}@{chart_name} `Viz.maxmin()`')
|
||||||
|
|
||||||
pi = viz.plot
|
pi = viz.plot
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue