CernVM-FS  2.12.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
compat::inode_tracker_v2::InodeTracker::Statistics Struct Reference

#include <compat.h>

Public Member Functions

 Statistics ()
 
std::string Print ()
 

Public Attributes

atomic_int64 num_inserts
 
atomic_int64 num_removes
 
atomic_int64 num_references
 
atomic_int64 num_hits_inode
 
atomic_int64 num_hits_path
 
atomic_int64 num_misses_path
 

Detailed Description

Definition at line 537 of file compat.h.

Constructor & Destructor Documentation

compat::inode_tracker_v2::InodeTracker::Statistics::Statistics ( )
inline

Definition at line 538 of file compat.h.

Here is the call graph for this function:

Member Function Documentation

std::string compat::inode_tracker_v2::InodeTracker::Statistics::Print ( )
inline

Definition at line 539 of file compat.h.

Here is the call graph for this function:

Member Data Documentation

atomic_int64 compat::inode_tracker_v2::InodeTracker::Statistics::num_hits_inode

Definition at line 543 of file compat.h.

atomic_int64 compat::inode_tracker_v2::InodeTracker::Statistics::num_hits_path

Definition at line 544 of file compat.h.

atomic_int64 compat::inode_tracker_v2::InodeTracker::Statistics::num_inserts

Definition at line 540 of file compat.h.

atomic_int64 compat::inode_tracker_v2::InodeTracker::Statistics::num_misses_path

Definition at line 545 of file compat.h.

atomic_int64 compat::inode_tracker_v2::InodeTracker::Statistics::num_references

Definition at line 542 of file compat.h.

atomic_int64 compat::inode_tracker_v2::InodeTracker::Statistics::num_removes

Definition at line 541 of file compat.h.


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