File: quipper_proto.h

package info (click to toggle)
autofdo 0.18-2
  • links: PTS
  • area: main
  • in suites: buster
  • size: 92,568 kB
  • sloc: cpp: 26,830; sh: 12,538; makefile: 344; ansic: 134; python: 95
file content (19 lines) | stat: -rw-r--r-- 554 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef CHROMIUMOS_WIDE_PROFILING_QUIPPER_PROTO_H_
#define CHROMIUMOS_WIDE_PROFILING_QUIPPER_PROTO_H_

#include <google/protobuf/text_format.h>

#include "perf_data.pb.h"  // NOLINT(build/include)

namespace quipper {

using ::google::protobuf::RepeatedPtrField;
using ::google::protobuf::TextFormat;

}  // namespace quipper

#endif  // CHROMIUMOS_WIDE_PROFILING_QUIPPER_PROTO_H_