#include "TestTracer.h"
#include "support/Trace.h"
#include "llvm/ADT/SmallString.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/SourceMgr.h"
#include "llvm/Support/Threading.h"
#include "llvm/Support/YAMLParser.h"
#include "gmock/gmock.h"
#include "gtest/gtest.h"
Go to the source code of this file.
|
namespace | clang |
| ===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===//
|
|
namespace | clang::clangd |
| FIXME: Skip testing on windows temporarily due to the different escaping code mode.
|
|
◆ Counter
trace::Metric Counter = {"cnt", trace::Metric::Counter} |
|
protected |
◆ Dist
trace::Metric Dist = {"dist", trace::Metric::Distribution, "lbl"} |
|
protected |
◆ OS
llvm::raw_string_ostream OS |
|
protected |
◆ Output
◆ Session
◆ Tracer
std::unique_ptr<trace::EventTracer> Tracer |
|
protected |