How can we help you today? How can we help you today?
JasonShort

Activity overview

Latest activity by JasonShort

Profile a single object?
Is there a way to profile a single object? I have narrowed down an object that I am attempting to optmize, but re-running the entire test app to profile everything is taking a very long time. If I...
1 follower 1 comment 0 votes
Is version 2 still on target for release soon? I really need a product like this, but had to uninstall the current version since I could not get it to show source, and my trial period was up. / comments
Is version 2 still on target for release soon? I really need a product like this, but had to uninstall the current version since I could not get it to show source, and my trial period was up.
0 votes
This is not a web app. Permissions should not be an issue. This is a simple command line app. And I am running as admin while doing this test. Since my trial is up I guess I will have to uninstall. Thanks. / comments
This is not a web app. Permissions should not be an issue. This is a simple command line app. And I am running as admin while doing this test. Since my trial is up I guess I will have to uninsta...
0 votes
Here you go. The DLL is one directory up... \dirname\testapp is the executable \dirname\ is where the main dll is built Volume in drive C has no label. Volume Serial Number is 2416-97CB Directory of C:\source\emerald\SpamLibrary\TestApp 09/15/2004 05:29 PM <DIR> . 09/15/2004 05:29 PM <DIR> .. 07/11/2004 09:00 PM 279 .MySCMServerInfo 05/21/2004 08:08 AM 1,078 App.ico 05/21/2004 08:08 AM 2,426 AssemblyInfo.cs 05/06/2004 12:44 AM <DIR> bin 05/06/2004 12:44 AM <DIR> obj 09/15/2004 05:29 PM 0 test.txt 07/11/2004 09:00 PM 1,001 TestApp.cs 07/11/2004 09:00 PM 4,218 TestApp.csproj 09/15/2004 03:02 PM 1,881 TestApp.csproj.user 7 File(s) 10,883 bytes Directory of C:\source\emerald\SpamLibrary\TestApp\bin 05/06/2004 12:44 AM <DIR> . 05/06/2004 12:44 AM <DIR> .. 09/09/2004 01:05 PM <DIR> Debug 07/04/2004 07:35 PM <DIR> Release 0 File(s) 0 bytes Directory of C:\source\emerald\SpamLibrary\TestApp\bin\Debug 09/09/2004 01:05 PM <DIR> . 09/09/2004 01:05 PM <DIR> .. 09/15/2004 05:24 PM 73,728 SpamLibrary.dll 09/15/2004 05:24 PM 16,384 TestApp.exe 09/15/2004 05:24 PM 17,920 TestApp.pdb 3 File(s) 108,032 bytes Directory of C:\source\emerald\SpamLibrary\TestApp\bin\Release 07/04/2004 07:35 PM <DIR> . 07/04/2004 07:35 PM <DIR> .. 07/30/2004 02:33 PM 69,632 SpamLibrary.dll 07/30/2004 02:34 PM 16,384 TestApp.exe 2 File(s) 86,016 bytes Directory of C:\source\emerald\SpamLibrary\TestApp\obj 05/06/2004 12:44 AM <DIR> . 05/06/2004 12:44 AM <DIR> .. 09/15/2004 05:24 PM <DIR> Debug 07/30/2004 02:34 PM <DIR> Release 0 File(s) 0 bytes Directory of C:\source\emerald\SpamLibrary\TestApp\obj\Debug 09/15/2004 05:24 PM <DIR> . 09/15/2004 05:24 PM <DIR> .. 05/05/2004 11:51 PM <DIR> temp 05/05/2004 11:51 PM <DIR> TempPE 09/15/2004 05:24 PM 16,384 TestApp.exe 09/15/2004 05:24 PM 17,920 TestApp.pdb 2 File(s) 34,304 bytes Directory of C:\source\emerald\SpamLibrary\TestApp\obj\Debug\temp 05/05/2004 11:51 PM <DIR> . 05/05/2004 11:51 PM <DIR> .. 0 File(s) 0 bytes Directory of C:\source\emerald\SpamLibrary\TestApp\obj\Debug\TempPE 05/05/2004 11:51 PM <DIR> . 05/05/2004 11:51 PM <DIR> .. 0 File(s) 0 bytes Directory of C:\source\emerald\SpamLibrary\TestApp\obj\Release 07/30/2004 02:34 PM <DIR> . 07/30/2004 02:34 PM <DIR> .. 05/06/2004 12:44 AM <DIR> temp 05/06/2004 12:44 AM <DIR> TempPE 07/30/2004 02:34 PM 16,384 TestApp.exe 1 File(s) 16,384 bytes Directory of C:\source\emerald\SpamLibrary\TestApp\obj\Release\temp 05/06/2004 12:44 AM <DIR> . 05/06/2004 12:44 AM <DIR> .. 0 File(s) 0 bytes Directory of C:\source\emerald\SpamLibrary\TestApp\obj\Release\TempPE 05/06/2004 12:44 AM <DIR> . 05/06/2004 12:44 AM <DIR> .. 0 File(s) 0 bytes Total Files Listed: 15 File(s) 255,619 bytes 32 Dir(s) 87,140,478,976 bytes free / comments
Here you go. The DLL is one directory up... \dirname\testapp is the executable \dirname\ is where the main dll is built Volume in drive C has no label. Volume Serial Number is 2416-97CB Directory ...
0 votes
The DLL is a simple assembly that is not in the GAC. I double checked to make sure, and it is not there. This is XP SP2 if that makes any difference... / comments
The DLL is a simple assembly that is not in the GAC. I double checked to make sure, and it is not there. This is XP SP2 if that makes any difference...
0 votes
Is there a way I can just tell it to look in the following dirs for source? That would be the easiest. Or if I could just open the source file browsing, and then it could read it and see what functions were in it. / comments
Is there a way I can just tell it to look in the following dirs for source? That would be the easiest. Or if I could just open the source file browsing, and then it could read it and see what func...
0 votes
I put it in both locations, only the original location no luck. I ONLY see the source file from the exe, none from the DLL. I can see their function names, and the timing, but no code. / comments
I put it in both locations, only the original location no luck. I ONLY see the source file from the exe, none from the DLL. I can see their function names, and the timing, but no code.
0 votes
No source from DLL
I have a project that has a structure like this: \MAINDLL \MAINDLL\TESTAPP \MAINDLL\SVCCTRL The testapp is a command line app that I use for testing my code. I am trying to profile the testapp.exe ...
2 followers 15 comments 0 votes