Thread: how do you get FPS ?

  1. #1
    Registered User
    Join Date
    May 2002
    Posts
    27

    how do you get FPS ?

    i want to get the fps for my program but not sure how to do it, anyone know how to do this ?

  2. #2
    Registered User DeadArchDown's Avatar
    Join Date
    Apr 2002
    Posts
    28
    yeah\
    -------------------
    "Exception"

  3. #3
    Registered User
    Join Date
    Apr 2002
    Posts
    142
    FPS? frames per second is that it?

    well, put a counter in your gameloop, then every game loop, increment this, after a second, output the value of the counter, that'll be your FPS,


Popular pages Recent additions subscribe to a feed

Similar Threads

  1. SwapBuffers & fps
    By hannibar in forum Windows Programming
    Replies: 0
    Last Post: 03-13-2006, 05:19 AM
  2. Game update...
    By jdinger in forum Game Programming
    Replies: 14
    Last Post: 11-08-2002, 07:10 AM
  3. FPS Counter Prob in OpenGL
    By brandonp in forum Game Programming
    Replies: 1
    Last Post: 07-16-2002, 02:49 PM
  4. SkyLock graphics demo (scrolling, etc.)
    By jdinger in forum Game Programming
    Replies: 9
    Last Post: 06-30-2002, 08:18 PM
  5. dramatic decrease in fps
    By DavidP in forum Game Programming
    Replies: 4
    Last Post: 06-27-2002, 09:05 AM