reactific / hotspot-profiler   0.3.4

MIT License GitHub

A simple manual profiler for manually instrumenting hot spots to track performance issues in Scala code.

Scala versions: 2.11

hotspot-profiler 0.3.1


Group ID:
com.reactific
Artifact ID:
hotspot-profiler_2.11
Version:
0.3.1
Release Date:
Dec 26, 2015
Licenses:
Files:

libraryDependencies += "com.reactific" %% "hotspot-profiler" % "0.3.1"

Mill build tool

ivy"com.reactific::hotspot-profiler:0.3.1"

Scala CLI

//> using dep "com.reactific::hotspot-profiler:0.3.1"

Ammonite REPL

import $ivy.`com.reactific::hotspot-profiler:0.3.1`

<dependency>
  <groupId>com.reactific</groupId>
  <artifactId>hotspot-profiler_2.11</artifactId>
  <version>0.3.1</version>
</dependency>

compile group: 'com.reactific', name: 'hotspot-profiler_2.11', version: '0.3.1'