Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Output cluttered with messages "Task <name> consumed ..." #24

Closed
Chert-Nik opened this issue Jan 15, 2020 · 0 comments
Closed

Output cluttered with messages "Task <name> consumed ..." #24

Chert-Nik opened this issue Jan 15, 2020 · 0 comments

Comments

@Chert-Nik
Copy link

I found this problem while working on this issue #20
Output of QDT launch is cluttered with messages like:
Task co_gen consumed 0.062391 sec during iteration between lines .../tools/qemu/qdt/qemu/project.py:162 and 181

Total number of lines printed during QDT launch: 6656
Number of lines of the specified type: 2738

Probably messages of this type should be displayed only when specifying a special flag that enables debug printing.

QDT SHA: a58ade1
Qemu SHA: 131b9a05705636086699df15d4a6d328bb2585e8
Qemu configuration command:
../src/configure --target-list=riscv64-softmmu --enable-debug --target-list=riscv64-softmmu --disable-pie
Qemu build command:
make
Qdt launch command:
python3 qdt/qemu_device_creator.py -b ./build basic-device.py
basic-device.py file:

uart_desc = SysBusDeviceDescription(
    # name =
    "UART_try",
    # directory =
    "char"
)
p = QProject([uart_desc])
BDanAnd added a commit that referenced this issue Jan 15, 2020
Hide coroutine timings

This patch series hides debug messages about _time greedy_ tasks. See #24.
@BDanAnd BDanAnd closed this as completed Jan 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants