Welcome, Guest. Please login or register.

Author Topic: AROS SMP Research: Technical Discussion  (Read 11335 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline wawrzon

Re: AROS SMP Research: Technical Discussion
« on: August 23, 2013, 08:12:18 AM »
back to topic please. this is supposed to be technical discussion.
 

Offline wawrzon

Re: AROS SMP Research: Technical Discussion
« Reply #1 on: August 23, 2013, 02:58:18 PM »
Quote from: NorthWay;745955
I seem to remember some _old_tool that counted OS calls of your choice.
(When I say old I am thinking Fred Fish age.)


wait a minute. couldnt you come up with what it was? there is tremendous overhead on some aros68k operations as i see on a slow system and it would be great to identify most frequently called functions while it happens without doing profiling job, which im not able to.
 

Offline wawrzon

Re: AROS SMP Research: Technical Discussion
« Reply #2 on: August 23, 2013, 03:41:37 PM »
Quote

If you have a function that is called 1000 times which takes 10ms or a function that is called 1 time which takes 100s then it won't help.

yes i know, and especially being not a programmer i dont expect a lot, though being able to see what happens while stall at least may suggest something. but lets not derail the thread.
 

Offline wawrzon

Re: AROS SMP Research: Technical Discussion
« Reply #3 on: August 24, 2013, 01:37:46 PM »
Quote from: matthey;746033
LibraryTimer perhaps?

http://aminet.net/search?query=LibraryTimer


thanks, matt, great proggy! exactly what i was looking for.