Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我可以使用 erlang:trace/3 来跟踪进程在任何给定时间运行的调度程序,然后使用时间戳+pid 来获取调度程序 ID,但是有没有更简单/更有效的方法?
也许像 self/0 这样返回调度程序 ID 而不是进程 ID
您可能正在寻找erlang:system_info(scheduler_id).
erlang:system_info(scheduler_id)