• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1  /*
2   * Copyright 2014 Google Inc.
3   *
4   * Use of this source code is governed by a BSD-style license that can be
5   * found in the LICENSE file.
6   */
7  
8  #include "SkTraceEvent.h"
9  #include "Test.h"
10  
DEF_TEST(Tracing,reporter)11  DEF_TEST(Tracing, reporter) {
12    TRACE_EVENT0("skia.testing", "just a test");
13  }
14