MCPcopy Create free account
hub / github.com/BatchDrake/SigDigger / getStartTime

Method getStartTime

Suscan/Source.cpp:353–362  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

351}
352
353struct timeval
354Source::Config::getStartTime(void) const
355{
356 struct timeval tv = {0, 0};
357
358 if (this->instance != nullptr)
359 suscan_source_config_get_start_time(this->instance, &tv);
360
361 return tv;
362}
363
364struct timeval
365Source::Config::getEndTime(void) const

Callers 5

setProfileMethod · 0.80
setProfileMethod · 0.80
refreshProfileUiMethod · 0.80
onSpinsChangedMethod · 0.80
refreshProfileMethod · 0.80

Calls

no outgoing calls

Tested by 1

setProfileMethod · 0.64