-
Notifications
You must be signed in to change notification settings - Fork 607
event_tracer logging inside method.cpp and program.cpp #346
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This pull request was exported from Phabricator. Differential Revision: D49220572 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D49220572 |
7c9c856
to
fadce61
Compare
This pull request was exported from Phabricator. Differential Revision: D49220572 |
fadce61
to
aff868d
Compare
This pull request was exported from Phabricator. Differential Revision: D49220572 |
aff868d
to
f2028c5
Compare
This pull request was exported from Phabricator. Differential Revision: D49220572 |
f2028c5
to
41966b9
Compare
This pull request was exported from Phabricator. Differential Revision: D49220572 |
41966b9
to
d19ac02
Compare
This pull request was exported from Phabricator. Differential Revision: D49220572 |
d19ac02
to
dbda744
Compare
This pull request was exported from Phabricator. Differential Revision: D49220572 |
dbda744
to
d157936
Compare
This pull request was exported from Phabricator. Differential Revision: D49220572 |
d157936
to
0ebbc8a
Compare
This pull request was exported from Phabricator. Differential Revision: D49220572 |
0ebbc8a
to
19bb3ba
Compare
This pull request was exported from Phabricator. Differential Revision: D49220572 |
9dc91da
to
53a9878
Compare
This pull request was exported from Phabricator. Differential Revision: D49220572 |
53a9878
to
24093fe
Compare
This pull request was exported from Phabricator. Differential Revision: D49220572 |
24093fe
to
72309b5
Compare
✅ Deploy Preview for resplendent-gnome-14e531 canceled.
|
This pull request was exported from Phabricator. Differential Revision: D49220572 |
72309b5
to
0923d7e
Compare
This pull request was exported from Phabricator. Differential Revision: D49220572 |
0923d7e
to
473cbd0
Compare
This pull request was exported from Phabricator. Differential Revision: D49220572 |
Summary: Adding event_tracer logging inside method.cpp and program.cpp. Similar to D48975975 calls to both `internal::ET_EVENT_TRACER_SCOPE_PROF` and `EXECUTORCH_SCOPE_PROF` are present in `method.cpp` and `program.cpp`. Calls to `event_tracer_*` are a no-op for now and `EXECUTORCH_SCOPE_PROF` will be deprecated soon. Reviewed By: dbort Differential Revision: D49220572
473cbd0
to
edc638b
Compare
This pull request was exported from Phabricator. Differential Revision: D49220572 |
This pull request has been merged in c19b58f. |
Summary:
Adding event_tracer logging inside method.cpp and program.cpp.
Similar to D48975975 calls to both
internal::ET_EVENT_TRACER_SCOPE_PROF
andEXECUTORCH_SCOPE_PROF
are present inmethod.cpp
andprogram.cpp
. Calls toevent_tracer_*
are a no-op for now andEXECUTORCH_SCOPE_PROF
will be deprecated soon.Differential Revision: D49220572