Re: [Cppcms-users] Execution/Page render time
Brought to you by:
artyom-beilis
From: Artyom B. <art...@ya...> - 2012-03-28 06:02:49
|
Or even better: 1. Valgrind - one of the best profilers arond would help you to locate your bottlenecks. 2. ab (apache benchmark) a small tool to measure loads for specific pages (i.e. page/second ratio) Artyom Beilis -------------- CppCMS - C++ Web Framework: http://cppcms.com/ CppDB - C++ SQL Connectivity: http://cppcms.com/sql/cppdb/ >________________________________ > From: Marcel Hellwig <ke...@co...> >To: cpp...@li... >Sent: Wednesday, March 28, 2012 7:06 AM >Subject: Re: [Cppcms-users] Execution/Page render time > > >make a time measure with the new std::chrono classes. just google it. >-- >Diese Nachricht wurde von meinem Android-Mobiltelefon mit K-9 Mail gesendet. > > > > >Vicente de Jesus Benavent Valenzuela <za...@gm...> schrieb: >Is there a way to know, or a tutorial on how to know how long the page took to render/execute and place it somewhere on the site? like on php it would be something like in here: >>http://www.webdesign.org/web-programming/php/script-execution-time.8722.html >> >> >>Thanks! >------------------------------------------------------------------------------ >This SF email is sponsosred by: >Try Windows Azure free for 90 days Click Here >http://p.sf.net/sfu/sfd2d-msazure >_______________________________________________ >Cppcms-users mailing list >Cpp...@li... >https://lists.sourceforge.net/lists/listinfo/cppcms-users > > > |