thrust::host_vector clocks in way slower than std::vector

Thank you for your response.
With the optimization flags the results are

vector type          |  execution time of the function
------------------------------------------------------
std::vector          |              101 ms
thrust::host_vector  |              216 ms

.

I use the NVCC compiler through CMake on the standard Ubuntu 14.04 on the Jetson.