diff options
author | marxin <marxin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-11-11 23:21:02 +0000 |
---|---|---|
committer | marxin <marxin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-11-11 23:21:02 +0000 |
commit | 38fe12e377baa6c8dfe5845687e7ed3d1daf0769 (patch) | |
tree | 91cab9d80f43cc346699b11a23a3f3458b7ab15e /gcc/cgraph.h | |
parent | 7ec6ec03e2dc34882d54168b08a50b482d640540 (diff) | |
download | gcc-38fe12e377baa6c8dfe5845687e7ed3d1daf0769.tar.gz |
Time profiler introduced.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@204690 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cgraph.h')
-rw-r--r-- | gcc/cgraph.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/cgraph.h b/gcc/cgraph.h index 4f93713b889..dd99dc830b6 100644 --- a/gcc/cgraph.h +++ b/gcc/cgraph.h @@ -298,6 +298,8 @@ public: int uid; /* ID assigned by the profiling. */ unsigned int profile_id; + /* Time profiler: first run of function. */ + int tp_first_run; /* Set when decl is an abstract function pointed to by the ABSTRACT_DECL_ORIGIN of a reachable function. */ |