Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
ca57df9f
Commit
ca57df9f
authored
Jun 09, 2016
by
Kirk Webb
Browse files
Adjust default end time.
parent
ba118a8a
Changes
1
Hide whitespace changes
Inline
Side-by-side
clientside/sensors/slothd/idlestats.in
View file @
ca57df9f
...
...
@@ -55,7 +55,7 @@ my $g_doboth = 0;
my
$g_doraw
=
0
;
my
$g_valtype
=
"
MAX
";
my
$g_now
=
time
();
my
$g_end
=
floor
(
$g_now
/
$STEP
)
*$STEP
;
# Now, normalized to STEP.
my
$g_end
=
floor
(
$g_now
/
$STEP
)
*$STEP
+
$STEP
;
# Now, normalized to STEP.
my
$g_start
=
$g_end
-
floor
(
$DEFWINDOW
/
$STEP
)
*$STEP
+
2
*$STEP
;
# Default window, normalized.
my
$g_experiment
;
my
@g_nodelist
=
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment