Searched defs:arg_hz (Results 1 - 1 of 1) sorted by relevance

/systemd/src/bootchart/
H A Dbootchart.c85 double arg_hz = DEFAULT_HZ; variable
102 { "Bootchart", "Frequency", config_parse_double, 0, &arg_hz },
188 r = safe_atod(optarg, &arg_hz);
249 if (arg_hz <= 0) {
364 interval = (1.0 / arg_hz) * 1000000000.0;

Completed in 547 milliseconds