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 5AUTHOR = "rohitbm" 6NAME = "performance_Tracker" 7PURPOSE = "Records cpu and memory usage for manually scheduled test." 8TIME = "SHORT" 9TEST_CATEGORY = "Performance" 10TEST_CLASS = "performance" 11TEST_TYPE = "client" 12 13DOC = """ 14This test is intended to be used by any functional test which wants to 15measure cpu/memory usage. This test runs forever until the exit flag is seen. 16""" 17 18job.run_test("performance_Tracker") 19