mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-25 05:35:38 +00:00
Don't report Application.Invoke calls.
This commit is contained in:
parent
7d828feb90
commit
5e77fdbb24
|
@ -65,6 +65,7 @@ simple_method_enter (MonoProfiler *prof, MonoMethod *method)
|
||||||
}
|
}
|
||||||
if (current_thread_id != guithread &&
|
if (current_thread_id != guithread &&
|
||||||
!(strcmp (klass_name, "Object")==0 && strcmp (method_name, "Dispose")==0) &&
|
!(strcmp (klass_name, "Object")==0 && strcmp (method_name, "Dispose")==0) &&
|
||||||
|
!(strcmp (klass_name, "Application")==0 && strcmp (method_name, "Invoke")==0) &&
|
||||||
!(strcmp (method_name, "Finalize")==0) &&
|
!(strcmp (method_name, "Finalize")==0) &&
|
||||||
!(strcmp (method_name, "get_NativeDestroyHandler")==0) &&
|
!(strcmp (method_name, "get_NativeDestroyHandler")==0) &&
|
||||||
!(strcmp (method_name, "remove_Destroyed")==0)
|
!(strcmp (method_name, "remove_Destroyed")==0)
|
||||||
|
|
Loading…
Reference in a new issue