github.com/sean-/go@v0.0.0-20151219100004-97f854cd7bb6/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/google/trace-viewer/wiki/Embedding)
     5  on revision `280626ef607decf36291e290d5f0322b173e8a7f` using:
     6  ```
     7  trace-viewer$ ./vulcanize_trace_viewer --config=lean
     8  trace-viewer$ cp bin/trace_viewer_lean.html $GOROOT/misc/trace/
     9  ```
    10  
    11  The license for trace-viewer is as follows:
    12  // Copyright (c) 2012 The Chromium Authors. All rights reserved.
    13  //
    14  // Redistribution and use in source and binary forms, with or without
    15  // modification, are permitted provided that the following conditions are
    16  // met:
    17  //
    18  //    * Redistributions of source code must retain the above copyright
    19  // notice, this list of conditions and the following disclaimer.
    20  //    * Redistributions in binary form must reproduce the above
    21  // copyright notice, this list of conditions and the following disclaimer
    22  // in the documentation and/or other materials provided with the
    23  // distribution.
    24  //    * Neither the name of Google Inc. nor the names of its
    25  // contributors may be used to endorse or promote products derived from
    26  // this software without specific prior written permission.
    27  //
    28  // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
    29  // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
    30  // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
    31  // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
    32  // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
    33  // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
    34  // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
    35  // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
    36  // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
    37  // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
    38  // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.