OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Arc
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/gpl3/binutils/dist/gprof/
cg_arcs.h
24
*
Arc
structure for call-graph.
27
* of how many times this
arc
was traversed, and pointers to the next
30
typedef struct
arc
struct
32
Sym *parent; /* source vertice of
arc
*/
33
Sym *child; /* dest vertice of
arc
*/
35
double time; /* time inherited along
arc
*/
36
double child_time; /* child-time inherited along
arc
*/
37
struct
arc
*next_parent; /* next parent of CHILD */
38
struct
arc
*next_child; /* next child of PARENT */
39
int has_been_placed; /* have this
arc
's functions been placed? *
[
all
...]
/src/external/gpl3/binutils/dist/gprofng/src/
cg_arcs.h
24
*
Arc
structure for call-graph.
27
* of how many times this
arc
was traversed, and pointers to the next
30
typedef struct
arc
struct
32
Sym *parent; /* source vertice of
arc
*/
33
Sym *child; /* dest vertice of
arc
*/
35
double time; /* time inherited along
arc
*/
36
double child_time; /* child-time inherited along
arc
*/
37
struct
arc
*next_parent; /* next parent of CHILD */
38
struct
arc
*next_child; /* next child of PARENT */
39
int has_been_placed; /* have this
arc
's functions been placed? *
[
all
...]
/src/external/gpl3/binutils.old/dist/gprof/
cg_arcs.h
24
*
Arc
structure for call-graph.
27
* of how many times this
arc
was traversed, and pointers to the next
30
typedef struct
arc
struct
32
Sym *parent; /* source vertice of
arc
*/
33
Sym *child; /* dest vertice of
arc
*/
35
double time; /* time inherited along
arc
*/
36
double child_time; /* child-time inherited along
arc
*/
37
struct
arc
*next_parent; /* next parent of CHILD */
38
struct
arc
*next_child; /* next child of PARENT */
39
int has_been_placed; /* have this
arc
's functions been placed? *
[
all
...]
Completed in 42 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026