Search Unity

  1. Unity Asset Manager is now available in public beta. Try it out now and join the conversation here in the forums.
    Dismiss Notice

Profiler: Assembly prefix makes reading profiler harder

Discussion in '2019.3 Beta' started by Peter77, Sep 7, 2019.

  1. Peter77

    Peter77

    QA Jesus

    Joined:
    Jun 12, 2013
    Posts:
    6,618
    I'm testing 2019.3.0b2 with the project attached to Case 1108597 and noticed the Profiler now prefixes entries with assembly filenames.

    I don't use assembly definition files in this particular project, pretty much everything is stored in Assembly-CSharp.

    Having an option to turn the prefix off, would make reading the profiler more comfortable for me.

    upload_2019-9-7_7-47-8.png
     
    LeonhardP and alexeyzakharov like this.
  2. alexeyzakharov

    alexeyzakharov

    Joined:
    Jul 2, 2014
    Posts:
    507
    Yes, we've added it to have full information about managed methods - before it was quite tricky to understand that method can be e.g. in precompiled assembly coming with some package.

    Great idea, we can add the toggle to preferences. I've created internal bug for this.
     
    brunocoimbra, SugoiDev and Peter77 like this.
  3. alexeyzakharov

    alexeyzakharov

    Joined:
    Jul 2, 2014
    Posts:
    507
    I'm adding a view option to choose the fully qualified or short method names

    Hierarchy View - old short names


    Hierarchy View - new full names


    Timeline View - old short names


    Timeline View - new full names


    This lands to 2020.1 and hopefully 2019.3.
     
    LeonhardP and Peter77 like this.
  4. Peter77

    Peter77

    QA Jesus

    Joined:
    Jun 12, 2013
    Posts:
    6,618
    Really cool Alex, thanks a lot!
     
    LeonhardP likes this.