Finding unused (aka “dead”) code in Delphi

后端 未结 8 2152
忘掉有多难
忘掉有多难 2021-01-01 23:51

Are there any tools that can determine if a function/procedure/method/entire class is used?

I\'ve seen tools that can help a knowledgeable developer track down unus

8条回答
  •  情话喂你
    2021-01-02 00:19

    You could also check the most commonly used commercial profiler/coverage tool, AQTime from http://www.automatedqa.com

    Here's a video on features: http://www.automatedqa.com/products/aqtime/screencasts/coverage-profiling/

提交回复
热议问题