Hi,
I would like to clone a repository from MonetDB-11.9.7. What would be the branch or rev number for:
hg clone http://dev.monetdb.org/hg/MonetDB -b
Thanks in advance.
Chi
________________________________
From: Chi-Young Ku <chi(a)querymetrica.com>
To: "developers-list(a)monetdb.org" <developers-list(a)monetdb.org>
Cc: Chi- Young Ku <chi(a)querymetrica.com>
Sent: Wednesday, October 17, 2012 5:47 PM
Subject: Generating gprof report
Hi,
I used the "--enable_profile" option to configure my MonetDB and ran "make clean; make; make install".
I, then, started my MonetDB instance and ran the following query:
select count(*) from lineitem where l_partkey > 9000;
Lastly, I quit from the "mclient" session and issued "monetdbd stop ...".
I observed that there are several gmon.out files in different directories in my top build directory.
Therefore, I issued the following gprof command:
gprof /usr/local/bin/mserver5 ./sql/backends/monet5/gmon.out ./gdk/gmon.out ./monetdb5/extras/mal_optimizer_template/gmon.out ./monetdb5/modules/atoms/gmon.out
./monetdb5/modules/kernel/gmon.out ./monetdb5/modules/mal/gmon.out ./monetdb5/scheduler/gmon.out ./monetdb5/optimizer/gmon.out ./monetdb5/mal/gmon.out
However, the output of the above command did not show any calling sequence containing the execution of MAL instructions.
Did I miss anything?
Thanks in advance.
Chi
_______________________________________________
developers-list mailing list
developers-list(a)monetdb.org
http://mail.monetdb.org/mailman/listinfo/developers-list
On 01-11-2012 08:53:47 +0100, Sjoerd Mullender wrote:
> Changeset: 4c6c6b484d34 for MonetDB
> URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=4c6c6b484d34
> Modified Files:
> configure.ag
> Branch: Oct2012
> Log Message:
>
> Ported to Ubuntu Quantal Quetzal.
> Whether it is the newer geos library (3.3.3) or something
> quantal-specific, I don't know, but we need to use the --clibs option
> to geos-config. This option does not exist on our Fedora system.
It is an option from newer geos. However, my 3.3.5 has both libs and
clibs options.
_______________________________________________
developers-list mailing list
developers-list(a)monetdb.org
http://mail.monetdb.org/mailman/listinfo/developers-list