We can see video lenghts but we can't see total time of a serie or a skill. It will be nice to see those I think. We also have number of lessons completed in our profile but we can't see how much time we watched. I created a Chrome Extension but didn't published it. I am not good at design nor best at javascript. After the final result I got, I decided to make a post about it. Making chrome extension was a good experience but I think its better to implement this not use an extension.
Total time per series would be useful, but total watch time on user profiles would require a lot of tracking that I don't think is being done at the moment.
Also, would you count time that a user has paused the video or gone back to watch a section again?
Of course it is almost impossible and unnecessary to track the real watch time. I mean the video length. Think like $total_time = $completed_lessons->sum('video_length'); which means sum of all lesson lengths that a used completed. I guess its not costs too much to implement this feature.