struct Times
{
int inputTime;
int updateTime;
int drawTime;
};
//iterate through each one, checking whatever needs to be check, etc
not the exact example i'm trying to do. in place of int's I have sf::Time's. i then check if i should print them as microseconds, milliseconds, or seconds. then I print.