Home
last modified time | relevance | path

Searched refs:runtime_seconds_ (Results 1 – 2 of 2) sorted by relevance

/external/stressapptest/src/
Dsat.h145 int runtime_seconds_; // Seconds to run. variable
Dsat.cc604 runtime_seconds_); in Initialize()
637 runtime_seconds_ = 20; in Sat()
772 ARG_IVALUE("-s", runtime_seconds_); in ParseArgs()
1710 logprintf(12, "Log: Starting countdown with %d seconds\n", runtime_seconds_); in Run()
1720 const time_t end = start + runtime_seconds_; in Run()