__gnu_profile::__stack_hash

Section: C Library Functions (3)
Updated: Wed Apr 17 2019
Page Index
 

NAME

__gnu_profile::__stack_hash - Hash function for summary trace using call stack as index.

 

SYNOPSIS


 

Public Member Functions


std::size_t operator() (__stack_t __s) const

bool operator() (__stack_t __stack1, __stack_t __stack2) const
 

Detailed Description

Hash function for summary trace using call stack as index.

Definition at line 93 of file profiler_node.h.

 

Author

Generated automatically by Doxygen for libstdc++ from the source code.


 

Index

NAME
SYNOPSIS
Public Member Functions
Detailed Description
Author