Slimtune not giving proper output After COmpiling as the Installer is giving

51 views
Skip to first unread message

Majid Bhutta

unread,
Nov 21, 2011, 10:55:45 AM11/21/11
to slimtune-devel
I tried to run the code given at following location.

http://code.google.com/p/slimtune/source/checkout

First it is was not compiling and giving compile time errors in Native
Code i.e. C++, I worked about 2 hrs and got it running then there are
some missing dlls, which i found on internet (SlimDX) it is related to
DirectX on windows platform. Then issue in different version of
SlimDX, Slimtune have used older version (eailer than Feb 2011) in
release 0.3.0 but SlimDx has been updated in september 2011. I managed
to get the right version with couple of Hits and Trys. :(

Anyways afer about 5 hr, I made the code running with few more fixes
at .NET side. The i tried to do the test run and results were not as
per expectation.

I also downloaded the complied version from following location and
installed it.

http://code.google.com/p/slimtune/downloads/list

SlimTune-0.3.0.exe

Now if you can look at the image i have attached both version produce
different results even their GUIs are differnt. (Left side is a
release version, Right side is a complied version)

Bad News:- The version we have avaliable to checkout as source is not
even producing any results :(.

Vadim Chekan

unread,
Nov 21, 2011, 4:35:02 PM11/21/11
to slimtun...@googlegroups.com
Yeah, unfortunately this project seems to be stopped. Too bad because .net needs an open source profiler.
I have it compiled and fixed a bunch of stuff but never commited it back. My personal repo is http://bitbucket.org/vadim/slimtune. I hope I'll find some time to put my changes into the repo.

Vadim.
--
From RFC 2631: In ASN.1, EXPLICIT tagging is implicit unless IMPLICIT is explicitly specified

Majid Bhutta

unread,
Nov 21, 2011, 8:54:46 PM11/21/11
to slimtun...@googlegroups.com, amm...@hotmail.com
Thnaks vadim!
For sharing me your personal repo. of slimtune. I hope the issues that i was facing in the source those have been already fixed by you guys in the installer, they would be fixed in the your personal repo. also. Ok, I would be downloading the updated source meanwhile under and will come back to you if i face any problem while compiling.
Regards!
Majid

Majid Bhutta

unread,
Nov 23, 2011, 7:49:44 AM11/23/11
to slimtun...@googlegroups.com, dee...@arcturustech.com, amm...@hotmail.com
Hi Vadim,
Unfortunatle after downloading your personal repo. code its still having some issues in Native Code compilation, Native code is not being compiled successfully and giving some sort of logging issue whose instance cant be created. Please could you help me in this regard.
Thanks
Majid

Vadim Chekan

unread,
Nov 23, 2011, 12:20:48 PM11/23/11
to slimtun...@googlegroups.com
Sorry Mahid,
I did not make it clear enough. Currently my repo is just a copy of the officla one and my changes are not committed yet. I'll try to do it today or tomorrow.
Sorry for misunderstanding.

Vadim

Majid Bhutta

unread,
Nov 23, 2011, 12:41:37 PM11/23/11
to slimtun...@googlegroups.com
Hi Vadin,
Thanks for clarification. I woudl be waiting for your code commit, if possible please let me know when you are done with committing the code.
Regards!
Majid

Majid Bhutta

unread,
Nov 26, 2011, 12:28:10 PM11/26/11
to slimtune-devel
Hi Vadim,
Could you please let me know did you get a chance to commit the
changes to Slimtune Repo?
Waiting for your kind reply.
Regards!
Majid

On Nov 23, 10:20 pm, Vadim Chekan <kot.bege...@gmail.com> wrote:
> Sorry Mahid,
> I did not make it clear enough. Currently my repo is just a copy of the
> officla one and my changes are not committed yet. I'll try to do it today
> or tomorrow.
> Sorry for misunderstanding.
>
> Vadim
>
>
>
>
>
>
>
>
>
> On Wed, Nov 23, 2011 at 4:49 AM, Majid Bhutta <majidbhu...@gmail.com> wrote:
> > Hi Vadim,
> > Unfortunatle after downloading your personal repo. code its still having
> > some issues in Native Code compilation, Native code is not being compiled
> > successfully and giving some sort of logging issue whose instance cant be
> > created. Please could you help me in this regard.
> > Thanks
> > Majid
>

> > On Tue, Nov 22, 2011 at 6:54 AM, Majid Bhutta <majidbhu...@gmail.com>wrote:
>
> >> Thnaks vadim!
> >> For sharing me your personal repo. of slimtune. I hope the issues that i
> >> was facing in the source those have been already fixed by you guys in the
> >> installer, they would be fixed in the your personal repo. also. Ok, I would
> >> be downloading the updated source meanwhile under and will come back to you
> >> if i face any problem while compiling.
> >> Regards!
> >> Majid
>

> >> On Tue, Nov 22, 2011 at 2:35 AM, Vadim Chekan <kot.bege...@gmail.com>wrote:
>
> >>> Yeah, unfortunately this project seems to be stopped. Too bad because
> >>> .net needs an open source profiler.
> >>> I have it compiled and fixed a bunch of stuff but never commited it

> >>> back. My personal repo ishttp://bitbucket.org/vadim/slimtune. I hope


> >>> I'll find some time to put my changes into the repo.
>
> >>> Vadim.
>

Vadim Chekan

unread,
Nov 28, 2011, 1:57:49 PM11/28/11
to slimtun...@googlegroups.com
Hi Majid,
I took a quick look, and figured out that I never fixed the native version and used clr only profiler :(
So if you need to profile native code, you are out of luck. You can try to contact directly the original author, may be he can help.

Vadim.

Promit Roy

unread,
Nov 28, 2011, 5:54:21 PM11/28/11
to slimtun...@googlegroups.com
Just got back from vacation -- native code profiling doesn't work. Something is wrong with how symbols are looked up which I never had time to sort out. I think that if the symbols were found correctly everything else would work, but it's been a long time since I've really sat down with Tune :(

-- Promit

Vadim Chekan

unread,
Nov 29, 2011, 12:56:10 AM11/29/11
to slimtun...@googlegroups.com
Thanks Promit,
Do you have somewhere code that compiles? May be somebody will be more willing to step up and troubleshoot images problem if it at least compiles out of repo.

Vadim.

Promit Roy

unread,
Nov 29, 2011, 12:57:28 AM11/29/11
to slimtun...@googlegroups.com
I'll double check everything when I get a chance (tomorrow evening or Wednesday?) but it should help a lot to simply drop the "Universe" project entirely, as it's not in use. It was a prototype/experiment that never went anywhere. Beyond that, I don't remember and will have to dig around.

-- Promit

Vadim Chekan

unread,
Nov 30, 2011, 5:19:21 PM11/30/11
to slimtun...@googlegroups.com, majid...@gmail.com
Hi Majid,

I've just committed my patches to my personal repo. It compiles now.
Probably you will need to register profiler in windows registry manually. Should register itself if you do "regsrv32 SlimTuneCLR.dll"

Let me know if it did work for you or not,
Vadim.

Majid Bhutta

unread,
Nov 30, 2011, 9:08:08 PM11/30/11
to Vadim Chekan, slimtun...@googlegroups.com
Hi Vadim!
I am facing the following issues in compiling SlimTuneNative project. Images are attached.
I also tried to manually register the SlimTuneCLR.dll but it also filed image is attached. Any help would be greatly appreciated.
I am using Win 7 64 bit.
Regards!
Majid
Issue1.png
Issue2.png

Vadim Chekan

unread,
Dec 1, 2011, 1:06:49 PM12/1/11
to slimtun...@googlegroups.com
I replied by mistake to Majid directly, missing the list. So just to reiterate, Majid successfully compiled and ran the profiler. Registration needs to be done from command prompt with admin privilege.

Vadim.
Reply all
Reply to author
Forward
0 new messages