Docs.rs
trace-recorder-parser-0.19.0
trace-recorder-parser 0.19.0
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
jonlamb-gh
Dependencies
byteordered ^0.6
normal
derive_more ^0.99
normal
enum-iterator ^2.1
normal
ordered-float ^4.2
normal
thiserror ^1.0
normal
tracing ^0.1
normal
clap ^4.5
dev
clap-num ^1.1
dev
exitcode ^1.1
dev
pretty_assertions ^1.4
dev
tabular ^0.2
dev
test-log ^0.2
dev
tracing-subscriber ^0.3
dev
nix ^0.28
dev
Versions
3.74%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
trace_
recorder_
parser
0.19.0
Module time
Module Items
Structs
In crate trace_
recorder_
parser
trace_recorder_parser
Module
time
Copy item path
Source
Structs
ยง
Differential
Timestamp
Time (in ticks) since the previous event in the recorder log. Can be up to 4 bytes in size, depending on how many DTS bytes are available in the event at hand and how much time has elapsed since the previous event.
Dts8
The lower 8-bit portion of a differential timestamp recorded in an event
Dts16
The lower 16-bit portion of a differential timestamp recorded in an event
Frequency
Frequency of the clock/timer/counter used as time base
Streaming
Instant
A monotonic clock measurement in ticks for tracking rollovers of streaming protocol timestamps.
Ticks
Timestamp
Timestamp (in ticks). Stores accumulated differential timestamps in snapshot mode and device timer instant in streaming mode.