clang API Documentation

Public Member Functions | Public Attributes
clang::ast_matchers::MatchFinder::MatchFinderOptions::Profiling Struct Reference

#include <ASTMatchFinder.h>

Collaboration diagram for clang::ast_matchers::MatchFinder::MatchFinderOptions::Profiling:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 Profiling (llvm::StringMap< llvm::TimeRecord > &Records)

Public Attributes

llvm::StringMap
< llvm::TimeRecord > & 
Records
 Per bucket timing information.

Detailed Description

Definition at line 123 of file ASTMatchFinder.h.


Constructor & Destructor Documentation

clang::ast_matchers::MatchFinder::MatchFinderOptions::Profiling::Profiling ( llvm::StringMap< llvm::TimeRecord > &  Records) [inline]

Definition at line 124 of file ASTMatchFinder.h.


Member Data Documentation

Per bucket timing information.

Definition at line 128 of file ASTMatchFinder.h.


The documentation for this struct was generated from the following file: