Christian Joelly
- 活动总数 4
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 2
-
Christian Joelly 创建了一个帖子, How can I perform memory profiling with PyCharm?
I am using PyCharm 2024.2.1 Pro, and with both cProfiler and yappi I can not do memory profiling afaiks. Do I need some additional plugins, and if so, which one(s)? -
Christian Joelly 创建了一个帖子, How can I configure pytest to be able to see log messages from logging package?
My app uses logging with various levels (WARN, INFO, DEBUG). And when running tests I want to see the log messages on the Run/Debug console.I read various posts on how to add “Additional arguments”...