x

xctraceprof

Collection of JHM profilers using XCode Instruments as the underlying profiler.
https://github.com/fzhinkin/xctraceprof
GNU General Public License, version 2
Filipp Zhinkin
Files download
File Operation
xctraceprof-0.0.3.jar download
xctraceprof-0.0.3.pom download
xctraceprof-0.0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.fzhinkin</groupId>
  <artifactId>xctraceprof</artifactId>
  <version>0.0.3</version>
</dependency>
Gradle Groovy
implementation 'io.github.fzhinkin:xctraceprof:0.0.3'
Gradle Kotlin
implementation("io.github.fzhinkin:xctraceprof:0.0.3")
Scala SBT
libraryDependencies += "io.github.fzhinkin" % "xctraceprof" % "0.0.3"
Groovy Grape
@Grapes(
  @Grab(group='io.github.fzhinkin', module='xctraceprof', version='0.0.3')
)
Apache Ivy
<dependency org="io.github.fzhinkin" name="xctraceprof" rev="0.0.3" />
Leiningen
[io.github.fzhinkin/xctraceprof "0.0.3"]
Apache Buildr
'io.github.fzhinkin:xctraceprof:jar:0.0.3'
Dependencies