Hi Herminio, thanks for your feedback. Curious, have you looked at User Timing API [1]? It allows applications to define custom marks and measures that can be combined with Resource Timing, and other perf APIs, to provide additional context about current application context, etc... Which, I believe, should address your use case.
ig [1] http://w3c.github.io/user-timing/