您可以用if(purify_is_running()) 来包围多个PurifyAPI ,从而使 Purify函数命令不会在您未测试的程序中变得缓慢(请看列表4)。
You can surround multiple Purify APIs with if(purify_is_running()) to keep Purify function calls from slowing down your uninstrumented program (see Listing 4).
您可以用if(purify_is_running()) 来包围多个PurifyAPI ,从而使 Purify函数命令不会在您未测试的程序中变得缓慢(请看列表4)。
You can surround multiple Purify APIs with if(purify_is_running()) to keep Purify function calls from slowing down your uninstrumented program (see Listing 4).
应用推荐