mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-07-15 08:48:33 +00:00
format change
This commit is contained in:
parent
eea60f8fea
commit
b686f275b1
|
@ -119,8 +119,3 @@ void wasm_thread_function()
|
||||||
total_t=(double)(stop_t-start_t)/ CLOCKS_PER_SEC;
|
total_t=(double)(stop_t-start_t)/ CLOCKS_PER_SEC;
|
||||||
printf("WASM Thread Total time = %f\n", total_t);
|
printf("WASM Thread Total time = %f\n", total_t);
|
||||||
}
|
}
|
||||||
// void thread_function(){
|
|
||||||
// char *message = "WASM thread";
|
|
||||||
// //printf("test /n");
|
|
||||||
// pthread_create(&wasm_thread, NULL, call_wasm_function, (void*) message);
|
|
||||||
// }
|
|
Loading…
Reference in New Issue
Block a user