tinyprof 0.0.1

Tiny realtime frame profiler, well used with tinyecs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "tinyprof"
description = "Tiny realtime frame profiler, well used with tinyecs"
repository = "https://github.com/not-fl3/tinyprof.git"
keywords = ["profiler"]
authors = ["not.fl3@gmail.com"]
license = "MIT"
version = "0.0.1"


[dependencies]
time = "0.1"
lazy_static = "0.1.*"