Add/Update telemetry events (#27356)
### Description
ModelLoadStart/End - InferenceSession::LoadWithLoader,
InferenceSession::LoadOrtModelWithLoader
SessionCreationEnd - InferenceSession::Initialize
RegisterEpLibraryWithLibPath, RegisterEpLibraryStart/End -
Environment::RegisterExecutionProviderLibrary
Update: RuntimePerf event is triggered more
frequently with exponential backoff.
It is also now triggered from ~InferenceSession() to log data in the
tail.
### Motivation and Context
To better measure health
---------
Co-authored-by: Darshak Bhatti <dabhatti@micorsoft.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>