GetVersion() with option to know the CPU speed

Feature requests for future versions of Hollywood can be voiced here
Post Reply
User avatar
Juan Carlos
Posts: 932
Joined: Mon Sep 06, 2010 1:02 pm

GetVersion() with option to know the CPU speed

Post by Juan Carlos »

I'll like it is possible with this instruction GetVersion() to know the CPU speed, why? well, because knowing the CPU system you can think to add visual effects, animations, etc., per CPU speed, not for system because for example MorphOS runs on Efika 400 Mhz, Sam 460ex 1.1GHz, Macs PowerPC with 1.2-1.4-2-1 Ghz, also AmigaOS4 on CPUs with 600Mhz, 733Mhz, 1.1Ghz, 2.1, etc.
plouf
Posts: 666
Joined: Sun Feb 04, 2018 11:51 pm
Location: Athens,Greece

Re: GetVersion() with option to know the CPU speed

Post by plouf »

In the meantime ,for amiga OSes
There is aultility in amimet called identifyusr.lha
Has acommand line tool , which is easy to catch output
Also has arexx port for full conteol of library
Christos
User avatar
jPV
Posts: 734
Joined: Sat Mar 26, 2016 10:44 am
Location: RNO
Contact:

Re: GetVersion() with option to know the CPU speed

Post by jPV »

Although CPU clock speed doesn't tell too well how fast the setup is.. there are other factors too like gfx speed etc.

Maybe one way to estimate what you can draw on the screen is to make some timing test on your program and adjust details after it. Time some intro thing which isn't too heavy or so. I've used this once in one of my demoscene prods to put heavier stuff on the screen later.
User avatar
airsoftsoftwair
Posts: 5834
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: GetVersion() with option to know the CPU speed

Post by airsoftsoftwair »

Juan Carlos wrote: Wed Oct 19, 2022 2:02 pm I'll like it is possible with this instruction GetVersion() to know the CPU speed, why? well, because knowing the CPU system you can think to add visual effects, animations, etc., per CPU speed, not for system because for example MorphOS runs on Efika 400 Mhz, Sam 460ex 1.1GHz, Macs PowerPC with 1.2-1.4-2-1 Ghz, also AmigaOS4 on CPUs with 600Mhz, 733Mhz, 1.1Ghz, 2.1, etc.
Unlikely to come because it is too hardware-specific.
Post Reply