Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DreamSourceLab/DSView
/ get_logic_data_view_time
Method
get_logic_data_view_time
DSView/pv/sigsession.cpp:389–392 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
387
}
388
389
double SigSession::get_logic_data_view_time()
390
{
391
return _view_data->get_logic()->get_ring_sample_count() * 1.0 / cur_snap_samplerate();
392
}
393
394
double SigSession::cur_view_time()
395
{
Callers
1
get_logic_lst_data_offset
Method · 0.80
Calls
2
get_logic
Method · 0.80
get_ring_sample_count
Method · 0.45
Tested by
no test coverage detected