[jsep-webgpu] Add kernel profiling start time in logging (#25132)
### Description
Adds the start time of WebGPU kernel profiling to the logging output.
### Motivation and Context
To aid in performance analysis, this change includes the kernel
profiling start time in addition to the existing execution time. This
allows for a more detailed understanding of kernel performance and
scheduling.