test/pmem: add timing markers to pmem test

Change-Id: I128bc1600b8f5727ef47187d260e31f911a954d6
Signed-off-by: Seth Howell <seth.howell@intel.com>
Reviewed-on: https://review.gerrithub.io/408397
Reviewed-by: Daniel Verkamp <daniel.verkamp@intel.com>
Tested-by: SPDK Automated Test System <sys_sgsw@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
This commit is contained in:
Seth Howell 2018-04-19 14:07:02 -07:00 committed by Daniel Verkamp
parent 23d7be9433
commit 2679d88a25

View File

@ -649,6 +649,7 @@ function delete_bdev_tc2()
return 0
}
timing_enter pmem
vhost_start
if ! $enable_script_debug; then
set +x
@ -697,3 +698,4 @@ fi
pmem_clean_pool_file
report_test_completion "pmem"
vhost_kill
timing_exit pmem