solana/perf/src
HaoranYi aad73f1f2e
fix recycler free stat report (#23159)
* fix recycler free stat report

* update comments for ewma window size

* one atomic update with aggregated local counter

* fix clippy integer arithmetic error

* move free calcs outside of loop

* fix integer arithmetic error
2022-03-03 17:08:59 -06:00
..
cuda_runtime.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
data_budget.rs Don't forward packets received from TPU forwards port (#22078) 2021-12-29 19:34:31 +01:00
lib.rs
packet.rs Handle already discarded packets in gpu sigverify path (#22680) 2022-01-24 14:35:47 +01:00
perf_libs.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
recycler.rs fix recycler free stat report (#23159) 2022-03-03 17:08:59 -06:00
recycler_cache.rs Reformat imports to a consistent style for imports 2021-12-03 09:19:13 -08:00
sigverify.rs checks 2022-02-25 08:05:28 +00:00
test_tx.rs discards serialized gossip crds votes if cannot parse tx (#22129) 2021-12-29 19:31:26 +00:00
thread.rs