int main()
{
time_t tstart, tend;
tstart = time(0);
//your scripts
//
//end
tend = time(0);
then output the result of difftime(tend, tstart)
}
* the colored lines means it is not the standard c++ format because of the editor of the google blog
Manipulate[Plot[y = Sin[a*x + 4], {x, 0, 20}], {a, 1, 5}]