ContributionsMost RecentMost LikesSolutionsCreating project via COM - Setting File Names with Path Option I have created and saved AQtime project via COM: test.aqt I then run AQtime through a command line with the above project file and save the results to an xml file: AQtime.exe test.aqt /r /e /silentmode /et:xml, testResutls.xml However, the results do not include the file names' paths. Is there a way to update test.aqt via COM such that results will include file names' paths? Thanks in advance! Unsafe functions in C project I am trying to profile my C solution with AQtime, but I am running into an issue, where multiple functions are marked as unsafe. As a result, AQtime claims I have 100% code coverage for these unsafe functions. These functions do not have: Error handling Jump tables String constants I am compiling this code using Visual Studio 2015. All code is written in C. Any suggestions would be helpful! Thanks!