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

Method format_real_freq

DSView/pv/view/ruler.cpp:199–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197}
198
199QString Ruler::format_real_freq(uint64_t delta_index, uint64_t sample_rate)
200{
201 const double delta_period = delta_index * 1.0 / sample_rate;
202 return format_freq(delta_period);
203}
204
205TimeMarker* Ruler::get_grabbed_cursor()
206{

Callers 2

measureMethod · 0.80
paintMeasureMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected