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 を取得できますが、より簡単で効率的な方法はありますか?
おそらく、プロセス ID の代わりにスケジューラ ID を返す self/0 のようなもの
を探している可能性がありますerlang:system_info(scheduler_id)。
erlang:system_info(scheduler_id)