Update profile msgs to new apis

log_linearized_curve_overlays
Tyler Goodlet 2023-01-30 11:33:30 -05:00
parent 9930f25ad3
commit 7a83a7288c
2 changed files with 2 additions and 1 deletions

View File

@ -891,7 +891,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

View File

@ -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