Skip to content

Commit

Permalink
Update profile msgs to new apis
Browse files Browse the repository at this point in the history
  • Loading branch information
goodboy committed Jan 30, 2023
1 parent 379f64c commit 320e4c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion piker/ui/_display.py
Original file line number Diff line number Diff line change
Expand Up @@ -885,7 +885,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
Expand Down
1 change: 1 addition & 0 deletions piker/ui/_interaction.py
Original file line number Diff line number Diff line change
Expand Up @@ -1053,6 +1053,7 @@ def interact_graphics_cycle(
read_slc,
yrange
) = out
profiler(f'{viz.name}@{chart_name} `Viz.maxmin()`')

pi = viz.plot

Expand Down

0 comments on commit 320e4c2

Please sign in to comment.