Markus Elfring
Markus Elfring
I suggest to reuse a higher level build system than [your current make scripts](https://github.com/iipeace/guider/blob/9d40e1cf4efd86ff13e572d804d0acbf3202ac43/guider/Makefile#L1 "Update candidate") so that powerful checks for software features will become easier. - [CMake](https://cmake.org/ "Building software...
Analysis data can be provided also in a JSON format (for example). :eyes: It was noticed then that [even numerical values were denoted as strings](https://github.com/iipeace/guider/issues/270#issuecomment-932280539 "Export tracing data in tabular...
Special data formats are used for the output of tracing data. Would you like to provide these data by other [known tabular structures](https://en.wikipedia.org/wiki/Delimiter-separated_values "Description for the usage of delimiter-separated values")?
We got used to write some data into [standard output (and standard error output) channels](https://en.wikipedia.org/wiki/Standard_streams#Standard_output_%28stdout%29 "Description for the usage of standard streams"). I suggest to increase the selection of output...
I tried the current analysis tool out once more. ``` [Markus_Elfring@fedora lokal]$ guider/guider.py btrace 'find /home/Markus_Elfring/Downloads -name A5-test1.odt' -c getdents64 … ver_3.9.8_210928 on python_3.9 … 0.130752 +++ exited find(8158) with...
I would like to point the following information out once more. ``` [Markus_Elfring@fedora guider]$ LANG=C make CC guiderLib.o … guiderLib.c: In function 'initguider': guiderLib.c:344:12: warning: implicit declaration of function 'Py_InitModule';...
The script “guider.py” grew to a remarkable size. I imagine that it can occasionally be helpful to [import only selected parts](https://docs.python.org/3/reference/import.html "Documentation") from the supported functionality on demand. How do...
I have tried this tool out with the version 3.9.88. ``` [Markus_Elfring@fedora guider]$ python3 guider.py record -h … ver_3.9.8_210923 on python_3.9 … [ERROR] wrong command record ``` How does such...
The script “guider.py” contains the following source code at the moment. ```python … except: SysMgr.printErr(( 'fail to set the I/O schedling priority ' 'for %s(%s) to %s(%s)[%s]') % \ (comm,...
I suggest to correct two places in [the Guider launcher script](https://github.com/iipeace/guider/blob/33065bff45c1b32874398a513564c713fe554314/guider/guider#L10 "Update candidate"). * A) ```bash echo "[Error] fail to find python" exit ``` The bash manual provides the following...