Skip to content

Instantly share code, notes, and snippets.

@vitillo
vitillo / Gecko thread activity.ipynb
Created January 12, 2016 15:07
Gecko thread activity
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@vitillo
vitillo / EVENTLOOP_UI_ACTIVITY_EXP_MS over 50ms.ipynb
Created January 12, 2016 10:43
EVENTLOOP_UI_ACTIVITY_EXP_MS over 50ms
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
import scalaz._
import Scalaz._
import org.json4s._
import org.json4s.native.JsonMethods._
case class Hang(stack: List[String], histogram: Histogram)
case class ThreadHangs(threadName: Option[String], hangs: Map[List[String], Histogram], activity: Histogram) {
def this(name: String, hangs: Option[List[Hang]], activity: Histogram) =
@vitillo
vitillo / Parquet ExecutiveStream.ipynb
Last active November 19, 2015 16:02
Parquet ExecutiveStream
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@vitillo
vitillo / Fast Derived Streams.ipynb
Created November 1, 2015 22:27
Fast Derived Streams
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@vitillo
vitillo / Jupyter.ipynb
Created September 30, 2015 17:26
Telemetry tutorial
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@vitillo
vitillo / TelemetryEnabled bug.ipynb
Created September 29, 2015 14:24
TelemetryEnabled bug
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.