blob: 6881e0113fe8e112205362605a3c3da441095f6e [file] [log] [blame]
<!DOCTYPE HTML>
<!--
Copyright (c) 2015 The Chromium Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<script>
'use strict';
tr.exportTo('perf_insights.r', function() {
function OutputFormatter() {
}
OutputFormatter.prototype = {
format: function(results) {
}
}
return {
OutputFormatter: OutputFormatter
}
});
</script>