LoginSignup
2
2

More than 5 years have passed since last update.

プログラム覚え書き

Last updated at Posted at 2014-06-23

以下おもにC++について

typename

関数の入り口と出口をフックする

以下armccについて

・コンパイルオプション

--gnu_instrument

・関数

void __cyg_profile_func_enter(void *current_func, void *callsite);
void __cyg_profile_func_exit(void *current_func, void *callsite);

参照

不動小数点を比較する

浮動小数点を比較するときはこれ

__FLT_EPSILON__ 

2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2