There is information on that in the docs: Performance and Profiling | Unreal Engine Documentation
“The actual frame time is limited by one of the three: Game (CPU game thread), Draw (CPU render thread) or GPU (GPU).”
So Frame is basically the largest of the other three and the final update time of your game.
Marc