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

Method auto_set_max_scale

DSView/pv/view/view.cpp:1516–1526  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1514}
1515
1516void View::auto_set_max_scale()
1517{
1518 const double limitTime = _session->cur_sampletime();
1519 const int width = get_view_width();
1520
1521 if (width > 0)
1522 {
1523 _maxscale = limitTime / (width * MaxViewRate);
1524 set_scale(_maxscale);
1525 }
1526}
1527
1528int View::get_body_width()
1529{

Callers 3

OnMessageMethod · 0.80
action_run_stopMethod · 0.80
action_instant_stopMethod · 0.80

Calls 1

cur_sampletimeMethod · 0.80

Tested by

no test coverage detected