timekeeper 0.3.2

A simple library to track how much time is used in different parts of a program
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.libc]
version = "0.2.60"

[features]
default = ["enable_timekeeper"]
enable_timekeeper = []

[package]
authors = ["Jonathan Behrens <fintelia@gmail.com>"]
description = "A simple library to track how much time is used in different parts of a program"
license = "MIT/Apache-2.0"
name = "timekeeper"
repository = "https://github.com/fintelia/timekeeper"
version = "0.3.2"

[target."cfg(windows)".dependencies.winapi]
features = ["processthreadsapi"]
version = "0.3"