frame times

Moderators: Site Moderators, FAHC Science Team

Post Reply
jimerickson
Posts: 533
Joined: Tue May 27, 2008 11:56 pm
Hardware configuration: Parts:
Asus H370 Mining Master motherboard (X2)
Patriot Viper DDR4 memory 16gb stick (X4)
Nvidia GeForce GTX 1080 gpu (X16)
Intel Core i7 8700 cpu (X2)
Silverstone 1000 watt psu (X4)
Veddha 8 gpu miner case (X2)
Thermaltake hsf (X2)
Ubit riser card (X16)
Location: ames, iowa

frame times

Post by jimerickson »

how does one go about determining frame times? is there a utility that will do this? thank you and best regards.
Zagen30
Posts: 823
Joined: Tue Mar 25, 2008 12:45 am
Hardware configuration: Core i7 3770K @3.5 GHz (not folding), 8 GB DDR3 @2133 MHz, 2xGTX 780 @1215 MHz, Windows 7 Pro 64-bit running 7.3.6 w/ 1xSMP, 2xGPU

4P E5-4650 @3.1 GHz, 64 GB DDR3 @1333MHz, Ubuntu Desktop 13.10 64-bit

Re: frame times

Post by Zagen30 »

The most direct method would be to find the log file for your client; this is found in the folder where the client is installed and is called "FAHlog.txt" The client writes various information here, mostly updates about it completing a frame. You can manually calculate the frame times from the timestamps on each frame completion.

Much easier, though, would be to use a third-party monitoring client like FahMon. FahMon, at least (haven't used any others), keeps track of benchmarks for every project that you've run, including the frame times.
Image
bruce
Posts: 20824
Joined: Thu Nov 29, 2007 10:13 pm
Location: So. Cal.

Re: frame times

Post by bruce »

Sample:

Code: Select all

[04:35:23] Writing local files
[04:35:23] Completed 90000 out of 1500000 steps  (6%)
[05:35:22] Writing local files
[05:35:22] Completed 105000 out of 1500000 steps  (7%)
[06:35:15] Writing local files
[06:35:15] Completed 120000 out of 1500000 steps  (8%)
[07:35:08] Writing local files
[07:35:08] Completed 135000 out of 1500000 steps  (9%)
[08:35:02] Writing local files
[08:35:02] Completed 150000 out of 1500000 steps  (10%)
The 7% frame is from [04:35:23] to [05:35:22] so it's 59m 59s
The 8% frame is from [05:35:22] to [06:35:15] so it's 59m 53s
The 9% frame is from [06:35:15] to [07:35:08] so it's 59m 53s
The 10% frame is from [07:35:08] to [08:35:02] so it's 59m 54s

Or

Four frames are from [04:35:23] to [08:35:02] so that's 3h 59m 39s and if you divide by 4, that's an average of 59m 55 s (rounding).

Unless you enjoy calculating times like that, you'll get a program to do it for you.
Post Reply