thread_profiler 0.3.0

A thread profiling library that outputs profiles in the chromium trace format.
Documentation
[package]
name = "thread_profiler"
version = "0.3.0"
authors = ["Glenn Watson <github@intuitionlibrary.com>"]
description = "A thread profiling library that outputs profiles in the chromium trace format."
repository = "https://github.com/glennw/thread_profiler"
documentation = "https://github.com/glennw/thread_profiler"
homepage = "https://github.com/glennw/thread_profiler"
keywords = ["profiler", "trace"]
license = "Apache-2.0/MIT"

[dependencies]
time = { version = "0.1.36" }
serde_json = { version = "1.0" }
lazy_static = { version = "1" }


[features]
# Required for testing using the profile_scope!() macro
thread_profiler = []