Da Heel
Da Heel

Reputation: 141

Wincachegrind gives an error

When I tried to use wincachegrind and get the cachegrind file, it returns

Cannot find call target.

cachegrind.out line number:68

Anybody knows how to solve this?

UPDATE, here is the screen shot of the error:

Click this link

Upvotes: 14

Views: 3602

Answers (2)

FreeLightman
FreeLightman

Reputation: 2294

Probably you are using old version of WinCacheGrind. Make sure your version is the latest downloading it from the official repository. Click on Releases and download the latest wincachegrind-*.zip.

Upvotes: 8

Gregory
Gregory

Reputation: 207

What size is your file? This SO question suggests it could be file size. PHP parser for cachegrind files? The answers suggest alternatives to wincachegrind.

My files are about 1KB so that's not the answer. Oddly, there's not much resource for understanding(debugging) the error messages presented by wincachegrind.

Upvotes: -1

Related Questions