Markus Elfring

Results 555 comments of Markus Elfring

>It's fairly common when the process was blocked during the run. Can such blockage occasionally become also questionable? >The compiler might inline some functions. Should be checked before if mentioned...

Would I need to ensure (by build settings) for the discussed software analysis that the mentioned special function implementations will actually be callable (in test environments)? :thinking:

How will the clarification evolve for [the corresponding database schema](https://en.wikipedia.org/wiki/Database_schema "Description for the usage of database schemas")? :thinking:

I hope that a command variant like the following will influence the data analysis also in desirable directions. :thinking: ``` [Markus_Elfring@fedora calamares]$ time sudo uftrace record --data=~/Test/calamares/getDevices-uftrace --disable --trigger='PartUtils::getDevices@trace_on' --nest-libcall...

* I assume that there are further possibilities to consider for parallel data processing. * The stored data can be offered by other application programming interfaces. * The recorded data...

Would you find any clarification interesting according to data processing aspects by the following command variant? :thinking: ``` [Markus_Elfring@fedora KPMcore]$ time sudo uftrace record --data=/home/Markus_Elfring/Test/KPMcore/device_scanner-uftrace --nest-libcall --num-thread=4 bin/testdevicescanner unknown file...

Would you find any analysis results according to a previous test run on 2021-08-31 similarly suspicious for desirable software improvements? :thinking: Example: ``` [Markus_Elfring@fedora ~]$ uftrace --data=Test/KPMcore/device_scanner-uftrace report --filter=QStorageInfo::mountedVolumes Total...

Another background information for the desired clarification: ``` [Markus_Elfring@fedora mountedVolumes]$ time ./mountedVolumes Number of mounted filesystems: 43 real 3m0,469s user 0m0,036s sys 0m0,048s ```

:thinking: I got the impression that depth filters support other purposes than the possibility to activate tracing for the duration of selected function calls.

>What kind of info do you want? I would like to work with all data (which were recorded) also by subsequent analysis commands. >What's the tool you'd like to use?...