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

Identify measurement points for benchmark #320

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

jkcomment
Copy link
Contributor

@jkcomment jkcomment commented Dec 25, 2020

パフォーマンス測定のための対象処理に対する測定ポイントを洗い出し、現在時刻のprintln!で出力するように修正(出力結果は下記のコメントを参照)

  • 測定ポイントを設定する対象処理
    • TX送信とイベント取得後のTEE状態遷移の部分
  • 測定ポイント: t1 ~ t12
  • t1 ~ t8
    • TX送信に関する処理のログ
  • t9 ~ t12
    • イベントで取得したデータを持ってTEEの状態遷移を行う処理のログ

注意

  • このPRはマージしない

@jkcomment
Copy link
Contributor Author

jkcomment commented Dec 25, 2020

transfer実行からイベント取得までの流れ(1) (t1~t8)

スクリーンショット 2020-12-25 14 39 32

@jkcomment
Copy link
Contributor Author

jkcomment commented Dec 25, 2020

transfer実行からイベント取得までの流れ(2) (t9~t12)

スクリーンショット 2020-12-25 14 39 47

@cipepser cipepser removed request for cipepser and osuketh May 24, 2021 00:12
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

Successfully merging this pull request may close these issues.

1 participant