Change-Id: I9f571ce635431613fc6a84e106e5052cce2dbf54 Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
15 lines
242 B
Bash
Executable File
15 lines
242 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
testdir=$(readlink -f $(dirname $0))
|
|
rootdir="$testdir/../../.."
|
|
source $rootdir/scripts/autotest_common.sh
|
|
|
|
timing_enter memory
|
|
|
|
timing_enter vtophys
|
|
$testdir/vtophys
|
|
process_core
|
|
timing_exit vtophys
|
|
|
|
timing_exit memory
|