[go: up one dir, main page]

count_instructions 0.1.1

Counts the instructions executed within a single function
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.libc]
version = "0.2"

[package]
authors = ["Cesar Eduardo Barros <cesarb@cesarb.eti.br>"]
description = "Counts the instructions executed within a single function"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "count_instructions"
readme = "README.md"
repository = "https://github.com/cesarb/count_instructions"
version = "0.1.1"
[target."cfg(unix)".dependencies.rustix]
features = ["process", "thread"]
version = "0.37.0"