Home | History | Annotate | Download | only in base

Lines Matching full:stream

22 // Note, the easiest thing to do is to just measure each stream and average
29 // We can't measure bandwidth by looking at any individual stream.
43 // // When a stream is created
46 // // When data is transferred on any stream
49 // // When the stream is finished
68 // Record that we've started a stream.
70 // If we're the only stream, we've finished some idle time. Record a new
78 // Track that we've completed a stream.
82 // precise; imagine a 25 byte stream. The sample is too small to make
118 // A utility class for managing the lifecycle of a measured stream.