Create execution time measurement aspect
This commit is contained in:
@@ -46,6 +46,7 @@ dependencies {
|
||||
|
||||
// Spring
|
||||
implementation 'org.springframework.boot:spring-boot-starter'
|
||||
implementation 'org.springframework.boot:spring-boot-starter-aop'
|
||||
compileOnly 'org.projectlombok:lombok'
|
||||
annotationProcessor 'org.projectlombok:lombok'
|
||||
testImplementation 'org.springframework.boot:spring-boot-starter-test'
|
||||
|
||||
@@ -7,6 +7,9 @@ app:
|
||||
core:
|
||||
targetUps: 50 # Updates per second
|
||||
|
||||
profiling:
|
||||
aspects: false
|
||||
|
||||
sprite:
|
||||
entity:
|
||||
dimension:
|
||||
@@ -20,3 +23,8 @@ app:
|
||||
left: 1
|
||||
right: 2
|
||||
up: 3
|
||||
|
||||
|
||||
logging:
|
||||
level:
|
||||
com.bartlomiejpluta.base.core.profiling.time.aspect.ExecutionTimeAspect: DEBUG
|
||||
Reference in New Issue
Block a user