issues
search
metrics-rs
/
quanta
high-speed timing library in Rust
MIT License
302
stars
31
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
docs: fix typo {windows => window}.performance.now
#105
borispf
closed
18 hours ago
1
Wasm dependencies not marked as optional
#104
theunkn0wn1
opened
2 months ago
0
Commit for version 0.12.3 it not reachable from main branch
#103
mcheshkov
closed
6 months ago
1
Update average requirement from 0.14 to 0.15
#102
dependabot[bot]
opened
7 months ago
0
Crash on iOS
#101
ssrlive
closed
7 months ago
7
Update wasi requirement from 0.11 to 0.13
#100
dependabot[bot]
opened
7 months ago
0
Drift from system time
#99
waynerobinson
opened
8 months ago
1
Update wasi requirement from 0.11 to 0.12
#98
dependabot[bot]
closed
7 months ago
1
fix: switch to `clock_gettime(3)` for macOS/iOS for monotonic clock
#97
tobz
closed
10 months ago
0
On macOS arm64, `quanta::Instant::elapsed` method tends to return a shorter duration than `std::time::Instant::elapsed` does
#96
tatsuya6502
closed
10 months ago
6
Populate global recent time before `Upkeep` starts
#95
gootorov
closed
1 year ago
2
Populate recent time once before starting upkeep thread.
#94
tobz
closed
1 year ago
0
Implement `Upkeep::start_pinned` API
#93
gootorov
opened
1 year ago
0
Does it make sense to pin `Upkeep` thread?
#92
gootorov
closed
1 year ago
4
Add ARM support.
#91
tobz
closed
1 year ago
3
Update prost-types requirement from 0.11 to 0.12
#90
dependabot[bot]
opened
1 year ago
1
Try and fix CI for MIPS/MIPSEL.
#89
tobz
closed
1 year ago
0
Update average requirement from 0.13 to 0.14
#88
dependabot[bot]
closed
1 year ago
0
Update criterion requirement from =0.3.3 to =0.5.1
#87
dependabot[bot]
opened
1 year ago
0
Clock.delta_as_nanos, a delta that skips conversion to Duration
#86
antifuchs
closed
1 year ago
3
Update criterion requirement from =0.3.3 to =0.5.0
#85
dependabot[bot]
closed
1 year ago
1
Can Clock provide `delta_as_nanos`?
#84
antifuchs
closed
1 year ago
7
Update raw-cpuid requirement from 10.2 to 11.0
#83
dependabot[bot]
closed
1 year ago
4
Avoid contention on `Instant::now()` calls
#82
loyd
closed
1 year ago
5
Much slower than std version in case of high contention
#81
loyd
closed
1 year ago
2
RUSTSEC-2020-0168: mach is unmaintained
#80
vbrandl
closed
1 year ago
2
For macos and ios switch from mach crate to mach2 crate
#79
oherrala
closed
1 year ago
4
Update wasi requirement from 0.10 to 0.11
#77
dependabot[bot]
closed
1 year ago
3
Update README.md
#76
JavaDev51
closed
1 year ago
0
Update criterion requirement from =0.3.3 to =0.4.0
#75
dependabot[bot]
closed
1 year ago
2
Update prost-types requirement from 0.8 to 0.11
#74
dependabot[bot]
closed
1 year ago
0
Update criterion requirement from =0.3.3 to =0.3.6
#73
dependabot[bot]
closed
2 years ago
1
Fix clock off by a factor of 1000 in web browser
#72
vargad
closed
2 years ago
5
Quanta Clock is off by a factor of 1000 in web browsers
#71
vargad
closed
2 years ago
0
Allow Instant to be used atomically
#70
jean-airoldie
closed
2 years ago
3
Fails to build on x86 without SSE2
#69
jbeich
closed
2 years ago
2
implement std Error for upkeep Error
#68
tedbyron
closed
2 years ago
1
Bunch of API cleanup.
#67
tobz
closed
2 years ago
0
Update prost-types requirement from 0.8 to 0.10
#66
dependabot[bot]
closed
2 years ago
1
Adding support for TSC on ARM.
#65
tobz
closed
1 year ago
4
Can `Instant`s be `NonZeroU64`?
#64
hawkw
opened
2 years ago
4
Comparing to `minstant`
#63
andylokandy
opened
2 years ago
9
Strong documentation around guarantees, cleaning up API, better calibration, and other stuff.
#62
tobz
closed
2 years ago
0
Intermittent panic due to overflowing our source calibration denominator.
#61
tobz
closed
2 years ago
5
Update prost-types requirement from 0.8 to 0.9
#60
dependabot[bot]
closed
2 years ago
1
Allow Instant to be created from raw u64 values
#59
ljedrz
closed
3 years ago
1
Switch to CLOCK_BOOTTIME and friends to improve accuracy.
#58
tobz
closed
2 years ago
2
Simplify TSC/RDTSC support check.
#57
tobz
closed
3 years ago
0
Check for RDTSCP support doesn't work
#56
humb1t
closed
3 years ago
2
Use `fetch_update` to support mock on 32-bit MIPS and ARMv5TE
#55
messense
closed
3 years ago
10
Next