You’ll probably want to filter the data. I’d suggest you accumulate the frame times and delta time ~5-10 times per second and then once per second or so, calculate a running average between them. Frame times can vary quite a bit, so an average is a much more reliable means of sampling. You could get fancy and run geometric or RMS averages, but a simple average will probably be plenty enough.