c

call-stack-profiler

This profiler keeps track of the method calls and outputs method call hierarchy, allowing developers to quickly comprehend execution time breakdown. Profile your code with negligible performance and memory overhead.
https://github.com/NationalSecurityAgency/call-stack-profiler
Apache License, Version 2.0
Dima May Ryan Mayo Chris Moses
Files download
File Operation
call-stack-profiler-1.1.6.jar download
call-stack-profiler-1.1.6.pom download
call-stack-profiler-1.1.6-sources.jar download
Apache Maven
<dependency>
  <groupId>dev.skilltreeplatform</groupId>
  <artifactId>call-stack-profiler</artifactId>
  <version>1.1.6</version>
</dependency>
Gradle Groovy
implementation 'dev.skilltreeplatform:call-stack-profiler:1.1.6'
Gradle Kotlin
implementation("dev.skilltreeplatform:call-stack-profiler:1.1.6")
Scala SBT
libraryDependencies += "dev.skilltreeplatform" % "call-stack-profiler" % "1.1.6"
Groovy Grape
@Grapes(
  @Grab(group='dev.skilltreeplatform', module='call-stack-profiler', version='1.1.6')
)
Apache Ivy
<dependency org="dev.skilltreeplatform" name="call-stack-profiler" rev="1.1.6" />
Leiningen
[dev.skilltreeplatform/call-stack-profiler "1.1.6"]
Apache Buildr
'dev.skilltreeplatform:call-stack-profiler:jar:1.1.6'