1<!DOCTYPE html> 2<html> 3<!-- 4Copyright (c) 2012 The Chromium Authors. All rights reserved. 5Use of this source code is governed by a BSD-style license that can be 6found in the LICENSE file. 7--> 8<head> 9<title>LinuxPerfCpufreqParser tests</title> 10<script src="base.js"></script> 11</head> 12<body> 13<script> 14 'use strict'; 15 16 base.require('unittest'); 17 base.require('test_utils'); 18 base.require('linux_perf_importer'); 19 20 function testCpufreqImport() { 21 } 22 23</script> 24</body> 25</html> 26