is not current version
Last Version 1.1.6

dev.skilltreeplatform:call-stack-profiler 1.1.5

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.

Categories

Categories

ORM Data
GroupId

GroupId

dev.skilltreeplatform
ArtifactId

ArtifactId

call-stack-profiler
Version

Version

1.1.5
Type

Type

jar

Download call-stack-profiler 1.1.5


<!-- https://jarcasting.com/artifacts/dev.skilltreeplatform/call-stack-profiler/ -->
<dependency>
    <groupId>dev.skilltreeplatform</groupId>
    <artifactId>call-stack-profiler</artifactId>
    <version>1.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/dev.skilltreeplatform/call-stack-profiler/
implementation 'dev.skilltreeplatform:call-stack-profiler:1.1.5'
// https://jarcasting.com/artifacts/dev.skilltreeplatform/call-stack-profiler/
implementation ("dev.skilltreeplatform:call-stack-profiler:1.1.5")
'dev.skilltreeplatform:call-stack-profiler:jar:1.1.5'
<dependency org="dev.skilltreeplatform" name="call-stack-profiler" rev="1.1.5">
  <artifact name="call-stack-profiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.skilltreeplatform', module='call-stack-profiler', version='1.1.5')
)
libraryDependencies += "dev.skilltreeplatform" % "call-stack-profiler" % "1.1.5"
[dev.skilltreeplatform/call-stack-profiler "1.1.5"]