|
|
@ -140,7 +140,6 @@ done:
|
|
|
|
assert(sndsz == curr->request_response_data_length);
|
|
|
|
assert(sndsz == curr->request_response_data_length);
|
|
|
|
// Get End Timestamp
|
|
|
|
// Get End Timestamp
|
|
|
|
curr->total_time = __getcycles() - curr->start_time;
|
|
|
|
curr->total_time = __getcycles() - curr->start_time;
|
|
|
|
printf("Function returned in %lu cycles\n", curr->total_time);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#ifndef USE_HTTP_UVIO
|
|
|
|
#ifndef USE_HTTP_UVIO
|
|
|
|
int r = send(curr->client_socket_descriptor, curr->request_response_data, sndsz, 0);
|
|
|
|
int r = send(curr->client_socket_descriptor, curr->request_response_data, sndsz, 0);
|
|
|
|