检测函数 meaning in Chinese
detection function
Examples
- When an instrumented function is called ,
在调用一个检测函数时, - To request that gcc instrument all functions , every file must be compiled with the options
要请求gcc所有的检测函数,每个文件都必须使用 - You re probably wondering whether , if gcc is instrumenting functions , it won t also instrument the
您或许会产生疑惑,如果gcc就是我们需要的检测函数,那么为什么它不检测 - Recall from figure 1 that upon execution of the instrumented application , a trace data file called
回想一下图1中的内容,在执行设置了检测函数的应用程序时,会创建一个名为 - This is standard practice nowadays and helps the compiler to detect type mismatches between function definition declaration and function usage
这是现在的常规作法,它可以帮助编译器检测函数定义声明和函数使用之间的类型不匹配。