import org.example.MyLibrary;
import com.yourkit.profiler.Profiler;
public class Main {
public static void main(String[] args) {
Profiler profiler = new Profiler();
profiler.startCPUProfiling();
MyLibrary library = new MyLibrary();
profiler.stopCPUProfiling();
}
}
profiler.sample_period=0.01
profiler.stacktrace.super_deep=10