Update profile msgs to new apis
							parent
							
								
									264d21d59e
								
							
						
					
					
						commit
						4d9d04d9db
					
				| 
						 | 
					@ -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
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -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