github.com/riscv/riscv-go@v0.0.0-20200123204226-124ebd6fcc8e/misc/trace/README.md (about)

     1  This directory contains helper file for trace viewer (`go tool trace`).
     2  
     3  `trace_viewer_lean.html` was generated by following
     4  [instructions](https://github.com/catapult-project/catapult/blob/master/tracing/docs/embedding-trace-viewer.md)
     5  on revision `623a005a3ffa9de13c4b92bc72290e7bcd1ca591`
     6  of [catapult](https://github.com/catapult-project/catapult) using:
     7  ```
     8  catapult$ ./tracing/bin/vulcanize_trace_viewer --config=full
     9  catapult$ cp tracing/bin/trace_viewer_full.html $GOROOT/misc/trace/trace_viewer_lean.html
    10  ```
    11  We are supposed to use --config=lean (produces smaller html),
    12  but it is broken at the moment:
    13  https://github.com/catapult-project/catapult/issues/2247
    14  
    15  The license for trace-viewer is as follows:
    16  // Copyright (c) 2012 The Chromium Authors. All rights reserved.
    17  //
    18  // Redistribution and use in source and binary forms, with or without
    19  // modification, are permitted provided that the following conditions are
    20  // met:
    21  //
    22  //    * Redistributions of source code must retain the above copyright
    23  // notice, this list of conditions and the following disclaimer.
    24  //    * Redistributions in binary form must reproduce the above
    25  // copyright notice, this list of conditions and the following disclaimer
    26  // in the documentation and/or other materials provided with the
    27  // distribution.
    28  //    * Neither the name of Google Inc. nor the names of its
    29  // contributors may be used to endorse or promote products derived from
    30  // this software without specific prior written permission.
    31  //
    32  // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
    33  // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
    34  // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
    35  // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
    36  // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
    37  // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
    38  // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
    39  // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
    40  // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
    41  // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
    42  // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.