728x90
728x170
■ Plot 클래스의 Benchmark 메소드를 사용해 실행 속도를 표시하는 방법을 보여준다.
▶ 예제 코드 (C#)
using ScottPlot;
Plot plot = new Plot(800, 600);
plot.Benchmark(enable : true);
728x90
그리드형(광고전용)
using ScottPlot;
Plot plot = new Plot(800, 600);
plot.Benchmark(enable : true);