File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 99Turn your software inside out. The tool records everything you app does, and you then can analyze the execution flow.
1010Bytecode instrumentation is handled by [ byte-buddy] ( https://github.com/raphw/byte-buddy ) , UI is built on JavaFX.
1111
12- Here is a basic example. We have transactional method service and Hibernate is used as a JPA provider.
12+ Here is a basic example. We have a transactional method service and Hibernate is used as a JPA provider.
1313
1414 ```
1515 @Service
@@ -24,7 +24,7 @@ Here is a basic example. We have transactional method service and Hibernate is u
2424 }
2525 ```
2626
27- Calling this method with ulyp agent enabled can provide a full call tree. No code change is required.
27+ Calling this method with ulyp agent enabled is able to provide a full call tree. No code change is required.
2828
2929![ Spring/Hibernate call recorded] ( https://github.com/0xaa4eb/ulyp/blob/master/images/hibernate.png )
3030
You can’t perform that action at this time.
0 commit comments