clang-tools
10.0.0svn
|
#include "Context.h"
#include "llvm/ADT/Twine.h"
#include "llvm/Support/JSON.h"
#include "llvm/Support/raw_ostream.h"
Go to the source code of this file.
Classes | |
class | clang::clangd::trace::EventTracer |
A consumer of trace events. More... | |
class | clang::clangd::trace::Session |
Sets up a global EventTracer that consumes events produced by Span and trace::log. More... | |
class | clang::clangd::trace::Span |
Records an event whose duration is the lifetime of the Span object. More... | |
Namespaces | |
clang | |
===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===// | |
clang::clangd | |
clang::clangd::trace | |
Macros | |
#define | SPAN_ATTACH(S, Name, Expr) |
Attach a key-value pair to a Span event. More... | |
Functions | |
std::unique_ptr< EventTracer > | clang::clangd::trace::createJSONTracer (llvm::raw_ostream &OS, bool Pretty=false) |
Create an instance of EventTracer that produces an output in the Trace Event format supported by Chrome's trace viewer (chrome://tracing). More... | |
void | clang::clangd::trace::log (const llvm::Twine &Name) |
Records a single instant event, associated with the current thread. More... | |