aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/nanotrace/nanotracehr.h
Commit message (Expand)AuthorAgeFilesLines
* Utils: Add to_underlyingMarco Bubke2024-05-281-8/+2
* Nanotrace: Initialize variablesMarco Bubke2024-03-211-5/+5
* Nanotrace: Add generic map supportMarco Bubke2024-03-211-1/+40
* QmlDesigner: Add more tracing to project storageMarco Bubke2024-03-201-41/+40
* Nanotrace: Add instant eventMarco Bubke2024-03-201-0/+22
* Nanotrace: Use static string for argumentsMarco Bubke2024-03-201-8/+14
* Nanotrace: Use char appendMarco Bubke2024-03-201-19/+19
* Nanotrace: Use number append overloadMarco Bubke2024-03-201-5/+5
* NanoTrace: Remove unused std::stringMarco Bubke2024-03-201-1/+0
* Sqlite: Improve tracingMarco Bubke2024-03-201-0/+6
* Nanotrace: Fix unsed argumentsMarco Bubke2024-03-181-15/+10
* Nanotrace: Use begin and end slices instead of duraction sliceMarco Bubke2024-03-181-22/+29
* Nanotrace: Fix dangling referenceMarco Bubke2024-03-181-33/+9
* Nanotrace: Fix dangling tupleMarco Bubke2024-03-181-8/+5
* QmlDesigner: Avoid dangling pointer to the stackMarco Bubke2024-03-181-4/+11
* Nanotrace: If the process is terminated flush the event queuesMarco Bubke2024-03-181-1/+24
* Sqlite: Add convertToString to Sqlite idMarco Bubke2024-03-181-2/+2
* NanoTrace: Add missing category constructorMarco Bubke2024-03-181-1/+8
* Nanotrace: Support enumeration argumentsMarco Bubke2024-03-181-0/+13
* Merge remote-tracking branch 'origin/13.0' into qds/devTim Jenssen2024-02-291-1/+1
|\
| * Nanotrace: Add LGPL-3.0-only as a licensing optionKnud Dollereder2024-02-211-1/+1
* | Nanotrace: Silence warning about exportsMarco Bubke2024-02-281-3/+4
* | QmlDesigner: Use property name as trace nameMarco Bubke2024-02-281-1/+3
* | Nanotrace: Prevent large zero initialization for thread localMarco Bubke2024-02-281-7/+9
* | Nanotrace: Optimize queueMarco Bubke2024-02-281-18/+14
* | QmlDesigner: Improve model node selection tracingMarco Bubke2024-02-221-2/+6
* | QmlDesigner: More tracersMarco Bubke2024-02-201-0/+22
* | Nanotrace: Remove ObjectTokenMarco Bubke2024-02-151-114/+0
* | Nanotrace: Add connect to a tickMarco Bubke2024-02-151-0/+19
* | Nanotrace: Add QVariant string converterMarco Bubke2024-02-151-0/+13
* | Nanotrace: Make category uncopyableMarco Bubke2024-02-151-7/+10
* | Nanotrace: Remove global tracerMarco Bubke2024-02-151-62/+0
|/
* Avoid automatic creation of performance data related .json filesv13.0.0-beta1Eike Ziller2024-02-131-2/+2
* Nanotrace: Add QImage argument converterMarco Bubke2023-10-191-2/+9
* QmlDesigner: add more tracing argumentsMarco Bubke2023-10-191-9/+52
* Nanotrace: Use large SmallString for argumentsMarco Bubke2023-10-191-2/+2
* Nanotrace: Allow 1:N relationships for flowsMarco Bubke2023-10-191-4/+4
* Nanotrace: Improve event queue cleanupMarco Bubke2023-10-191-2/+47
* Nanotrace: Improve argument creationMarco Bubke2023-10-191-0/+18
* Nanotrace: Add flowsMarco Bubke2023-10-191-48/+605
* Nanotrace: Categories can be anabled and disabled at runtimeMarco Bubke2023-10-171-2/+14
* Nanotrace: Generalize argumentsMarco Bubke2023-10-171-21/+113
* QmlDesigner: Trace thread creation and readynessMarco Bubke2023-10-171-22/+19
* Nanotracer: Add copy for object tokenMarco Bubke2023-10-171-2/+18
* Nanotracer: Simplifying tracerMarco Bubke2023-10-171-135/+83
* Nanotrace: Remove the magic booleans and use an enumerationMarco Bubke2023-10-171-56/+61
* Nanotrace: Change event queue allocationMarco Bubke2023-10-171-46/+29
* QmlDesigner: Add object traceMarco Bubke2023-10-171-53/+332
* QmlDesigner: Add move only trace tokenMarco Bubke2023-10-171-38/+110
* Nanotrace: Optimize the id counterMarco Bubke2023-10-171-1/+3