blob: 83b48c71048d1fd53f50f3e9f0a598c831ce6023 [file] [log] [blame]
#!/bin/sh
. $LKP_SRC/lib/wait.sh
setup_wait
snapshot()
{
echo time: $(date +%s.%N)
read boot idle < /proc/uptime
echo boot: $boot
echo idle: $idle
}
wait_post_test
snapshot