1 # Copyright 2015 The Chromium OS Authors. All rights reserved. 2 # Use of this source code is governed by a BSD-style license that can be 3 # found in the LICENSE file. 4 5 AUTHOR = "rohitbm" 6 NAME = "performance_Tracker" 7 PURPOSE = "Records cpu and memory usage for manually scheduled test." 8 TIME = "SHORT" 9 TEST_CATEGORY = "Performance" 10 TEST_CLASS = "performance" 11 TEST_TYPE = "client" 12 13 DOC = """ 14 This test is intended to be used by any functional test which wants to 15 measure cpu/memory usage. This test runs forever until the exit flag is seen. 16 """ 17 18 job.run_test("performance_Tracker") 19