Tracking rewrite #4594
Triggered via pull request
December 18, 2024 01:06
Status
Success
Total duration
11m 18s
Artifacts
–
rust.yml
on: pull_request
check-windows
5m 19s
check-linux
4m 56s
check-macos
59s
build-android
2m 37s
tests
52s
check-format
30s
check-msrv-windows
11m 5s
check-msrv-linux
6m 16s
Annotations
4 warnings
check-linux:
alvr/client_core/src/statistics.rs#L19
warning: field `steamvr_pipeline_latency` is never read
--> alvr/client_core/src/statistics.rs:19:5
|
14 | pub struct StatisticsManager {
| ----------------- field in this struct
...
19 | steamvr_pipeline_latency: Duration,
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: `#[warn(dead_code)]` on by default
|
check-linux:
alvr/client_core/src/statistics.rs#L137
warning: method `tracker_prediction_offset` is never used
--> alvr/client_core/src/statistics.rs:137:12
|
22 | impl StatisticsManager {
| ---------------------- method in this implementation
...
137 | pub fn tracker_prediction_offset(&self) -> Duration {
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|
check-windows:
alvr/client_core/src/statistics.rs#L19
warning: field `steamvr_pipeline_latency` is never read
--> alvr\client_core\src\statistics.rs:19:5
|
14 | pub struct StatisticsManager {
| ----------------- field in this struct
...
19 | steamvr_pipeline_latency: Duration,
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: `#[warn(dead_code)]` on by default
|
check-windows:
alvr/client_core/src/statistics.rs#L137
warning: method `tracker_prediction_offset` is never used
--> alvr\client_core\src\statistics.rs:137:12
|
22 | impl StatisticsManager {
| ---------------------- method in this implementation
...
137 | pub fn tracker_prediction_offset(&self) -> Duration {
| ^^^^^^^^^^^^^^^^^^^^^^^^^
|