730 Commits (520823128edeb29571998ec65438a251112efc60)

Author SHA1 Message Date
xiaosuGW 520823128e update scripts
3 years ago
xiaosuGW 9ff138f0f8 fix bug: execution time unit is ms and deadline is cpu cycles
3 years ago
xiaosuGW 66b20d20c0 add workload counter for each worker thread
3 years ago
xiaosuGW 42e3628a10 fix bug: miss one module when calcuate the total execution time of the chain
3 years ago
xiaosuGW bf306fc0c9 fix assert failed problem: assert failed at current_sandbox is not in RUNNING_STATE
3 years ago
xiaosuGW 4d82a7c030 update test_multiple_image_processing.json
3 years ago
xiaosuGW cdac5fa83c update start.sh
3 years ago
xiaosuGW ad6f9daece update debug.sh
3 years ago
xiaosuGW b0416ea350 update parse_get_avg.py
3 years ago
xiaosuGW 34fbd0f069 update meet_deadline_percentage.py
3 years ago
xiaosuGW e2104ecf97 recover assert(\!listener_thread_is_running())
3 years ago
xiaosuGW 4184fe9384 comment mem_log to fix segment fault
3 years ago
xiaosuGW e70c74cfbd remove + to fix compiling error
3 years ago
xiaosuGW 7d7e28853c add more debug log
3 years ago
xiaosuGW f53255bbf3 fix bug: negative remaining slack turns to be a large number when assign it to a uint64_t type of value
3 years ago
xiaosuGW c64a45b214 fix one bug of SRSF
3 years ago
xiaosuGW fc16795c47 upload test scripts
3 years ago
xiaosuGW 92e61a4acb update meet_deadline_percentage.py
3 years ago
xiaosuGW af467d5b88 print total time after request is complete
3 years ago
xiaosuGW 0df988eba9 upload hey_test.sh and test_rps.sh
3 years ago
xiaosuGW 7a2d45ddbf update meet_deadline_percentage.py to counter requests number for each function
3 years ago
xiaosuGW 5af9fffd55 modify priority function for srsf: if remaining slack is negative, return 0 priority
3 years ago
xiaosuGW 90997db63e update meet_deadline_percentage.py
3 years ago
xiaosuGW 0b177c480d upload test_multiple_image_processing.json
3 years ago
xiaosuGW 9ab4001f8d handle some unfeasible assert() and negative remaining slack vs the return type of uint64_t of priority function
3 years ago
xiaosuGW c57cfe0b20 modifiy main.c to support SRSF
3 years ago
xiaosuGW 0588808455 upload images
3 years ago
xiaosuGW e231a2e9cf upload scripts and data
3 years ago
xiaosuGW 19f699fe91 upload runtime/tests/test_image_png2bmp.json
3 years ago
xiaosuGW da7f5506d6 implement srsf
3 years ago
xiaosuGW 60026160a8 update json files
3 years ago
xiaosuGW ea5cc4d129 update Makefile under tests folder
3 years ago
xiaosuGW 5a03420071 replace "tail_module" with "tail-module" in json file parse
3 years ago
xiaosuGW 0862bd248a hardcode runtime_processor_speed_MHz with the maximum value of CPU speed, this is the temporary solution
3 years ago
xiaosuGW 90600ff160 replace running_duration with total_time in the perf_window
3 years ago
xiaosuGW c5a3f9bc41 use completion_timestamp instead of now() to check if the request missed deadline or not
3 years ago
xiaosuGW a20d8897ec printf meet deadline or miss deadline when a sandbox is complete
3 years ago
xiaosuGW 05eb6f20c0 upload script meet_deadline_percentage.py
3 years ago
xiaosuGW 416b1ae80b 1. move operations for perf_window out of the admission control macro. 2. memory printf the execution times when window is full
3 years ago
xiaosuGW 07d0a5f65e line up for .gitmodules
3 years ago
xiaosuGW 54f4f8acd8 delete C-Image-Manip and modify .gitmodules
3 years ago
xiaosuGW 01643e6d70 update start.sh and my_fibonacci.json
3 years ago
xiaosuGW 44e4026df2 implement multiple linear chain
3 years ago
xiaosuGW b648b62bfe replace "assert" with "return" if FILE pointer is NULL in memlogging.c
3 years ago
xiaosuGW 6198ce284e add png2bmp function code
3 years ago
lyuxiaosu 6d5974dc7a upload scripts
3 years ago
lyuxiaosu 6f1c4b2901 remove assert(runtime_preemption_enabled) since the signal might be SIGINT
3 years ago
lyuxiaosu 9a1ae46a1a recover creating 100M memory as init for logging
3 years ago
lyuxiaosu ecec9fbdcf 1. recover to w mode to fopen the perf log file. 2. enrich comments
3 years ago
xiaosuGW b4a5fc7af2 1.Implement memory-based logging for each worker thread. 2. Dump all memory-based log to a file when receiving SIGINT signal
3 years ago