MCPcopy Index your code
hub / github.com/DreamSourceLab/DSView / sample_count

Method sample_count

DSView/pv/data/decoderstack.cpp:766–772  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

764}
765
766uint64_t DecoderStack::sample_count()
767{
768 if (_snapshot)
769 return _snapshot->get_sample_count();
770 else
771 return 0;
772}
773
774uint64_t DecoderStack::sample_rate()
775{

Callers 1

save_procMethod · 0.45

Calls 1

get_sample_countMethod · 0.80

Tested by

no test coverage detected