https://bugs.documentfoundation.org/show_bug.cgi?id=97087

            Bug ID: 97087
           Summary: timers and idles should have programmer
                    comprehensible, unique names ...
           Product: LibreOffice
           Version: 5.1.0.1 rc
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: LibreOffice
          Assignee: [email protected]
          Reporter: [email protected]

We have a lot of Idle and Timer objects inside LibreOffice that drive lots of
logic. We can associate a const char *pDebugName with these as we create them
that really helps during debugging of the scheduler cf.

    Idle( const sal_Char *pDebugName = nullptr );
...
    Timer( const sal_Char *pDebugName = nullptr );

It would be great to annotate each timer with a short, unique (ideally
10-15chars or less) C string that briefly describes it. 

Thanks !

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to