blob: 2bf488f74ae348646510a31c402f753c4f308c21 [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.
-->
<link rel="import" href="/tracing/base/base.html">
<script>
'use strict';
tr.exportTo('pi.r', function() {
function OutputFormatter() {
}
OutputFormatter.prototype = {
format: function(results) {
}
};
return {
OutputFormatter: OutputFormatter
};
});
</script>