MCPcopy Create free account
hub / github.com/Open-Quant/openquant / ParallelStreamingReport

Class ParallelStreamingReport

crates/openquant/src/streaming_hpc.rs:119–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117
118#[derive(Debug, Clone, PartialEq)]
119pub struct ParallelStreamingReport {
120 pub stream_summaries: Vec<StreamSummary>,
121 pub parallel_metrics: crate::hpc_parallel::HpcParallelMetrics,
122}
123
124#[derive(Debug, Clone, PartialEq)]
125pub struct VpinState {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected