mobileinsight-core icon indicating copy to clipboard operation
mobileinsight-core copied to clipboard

Support timestamp filtering and byte object as input/output

Open ChunYaoChang opened this issue 4 months ago • 0 comments

This request contains two commits:

  1. Support timestamp filtering in mi2log file. Users now can pass in start_timesetamp and end_timestamp to OfflineReplayer so that it only contains logs within the start-end interval.
  2. Support byte object as input/output. For input part, I add a function set_input_file(object) in OfflineReplayer for users to pass in byte object directly. For output part, users can access the byte object via OfflineReplayer.output_bytes_object.

ChunYaoChang avatar Oct 11 '24 04:10 ChunYaoChang