new OutboundEnvelope

* instead of the old Send
* optional recipient, remove of dummy
* pool of OutboundEnvelope
This commit is contained in:
Patrik Nordwall 2016-06-29 17:09:33 +02:00
parent a2a66b1fb3
commit b2089d06a7
20 changed files with 407 additions and 284 deletions

View file

@ -16,10 +16,10 @@ import scala.concurrent.duration._
*/
private[akka] trait PerfFlamesSupport { _: MultiNodeSpec
/**
/**
* Runs `perf-java-flames` script on given node (JVM process).
* Refer to https://github.com/jrudolph/perf-map-agent for options and manual.
*
*
* Options are currently to be passed in via `export PERF_MAP_OPTIONS` etc.
*/
def runPerfFlames(nodes: RoleName*)(delay: FiniteDuration, time: FiniteDuration = 15.seconds): Unit = {
@ -53,6 +53,5 @@ private[akka] trait PerfFlamesSupport { _: MultiNodeSpec ⇒
if (!isIt) println(s"WARN: perf-java-flames not available under [$perfJavaFlamesPath]! Skipping perf profiling.")
isIt
}
}