Home
last modified time | relevance | path

Searched defs:seconds (Results 1 – 2 of 2) sorted by relevance

/Renode-v1.15.3-c57714d/tools/external_control_client/examples/run_for/
Dmain.c42 int64_t seconds = t[tsi].tv_sec - t[tsi ^ 1].tv_sec; in perf_stop() local
107 int seconds = seconds_total % 60; in stop_virtual_time_check() local
/Renode-v1.15.3-c57714d/src/Plugins/WiresharkPlugin/
DWiresharkSender.cs172 …private bool SendToWireshark(byte[] buffer, int offset, int lenght, uint seconds, uint microsecond… in SendToWireshark()