Home
last modified time | relevance | path

Searched refs:tm_value (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DHist_data.cc1117 TValue tm_value; in time_len() local
1118 tm_value.tag = VT_DOUBLE; in time_len()
1119 tm_value.sign = value->sign; in time_len()
1120 tm_value.d = 1.e-6 * value->ll / clock; in time_len()
1121 return tm_value.get_len (); in time_len()
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DHist_data.cc1117 TValue tm_value; in time_len() local
1118 tm_value.tag = VT_DOUBLE; in time_len()
1119 tm_value.sign = value->sign; in time_len()
1120 tm_value.d = 1.e-6 * value->ll / clock; in time_len()
1121 return tm_value.get_len (); in time_len()