clang-tools 22.0.0git
IndexBenchmark.cpp File Reference
#include "../index/Serialization.h"
#include "../index/dex/Dex.h"
#include "benchmark/benchmark.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/Path.h"
#include "llvm/Support/Regex.h"
#include <string>

Go to the source code of this file.

Namespaces

namespace  clang
 ===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===//
namespace  clang::clangd
 FIXME: Skip testing on windows temporarily due to the different escaping code mode.

Functions

int main (int argc, char *argv[])

Variables

const char * IndexFilename
const char * RequestsFilename

Function Documentation

◆ main()

int main ( int argc,
char * argv[] )

Definition at line 108 of file IndexBenchmark.cpp.

References IndexFilename, and RequestsFilename.

Variable Documentation

◆ IndexFilename

const char* IndexFilename

Definition at line 18 of file IndexBenchmark.cpp.

Referenced by main().

◆ RequestsFilename

const char* RequestsFilename

Definition at line 19 of file IndexBenchmark.cpp.

Referenced by main().