File tree Expand file tree Collapse file tree 13 files changed +44
-149
lines changed
src/main/java/com/github/chrishantha/sample/allocations
src/main/java/com/github/chrishantha/sample/highcpu
src/main/java/com/github/chrishantha/sample/hotmethods
src/main/java/com/github/chrishantha/sample/latencies Expand file tree Collapse file tree 13 files changed +44
-149
lines changed Original file line number Diff line number Diff line change 88# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
99hs_err_pid *
1010
11- # Maven Target
11+ # Maven
1212target /
13+ dependency-reduced-pom.xml
1314
1415# Eclipse files
1516.project
Original file line number Diff line number Diff line change 2929 <packaging >jar</packaging >
3030 <name >allocations</name >
3131
32- <dependencies >
33- <dependency >
34- <groupId >com.beust</groupId >
35- <artifactId >jcommander</artifactId >
36- </dependency >
37- </dependencies >
38-
39-
4032 <properties >
4133 <fully .qualified.main.class>com.github.chrishantha.sample.allocations.App</fully .qualified.main.class>
4234 </properties >
Original file line number Diff line number Diff line change 11/*
22 * Copyright 2017 M. Isuru Tharanga Chrishantha Perera
3- *
3+ *
44 * Licensed under the Apache License, Version 2.0 (the "License");
55 * you may not use this file except in compliance with the License.
66 * You may obtain a copy of the License at
7- *
7+ *
88 * http://www.apache.org/licenses/LICENSE-2.0
9- *
9+ *
1010 * Unless required by applicable law or agreed to in writing, software
1111 * distributed under the License is distributed on an "AS IS" BASIS,
1212 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
Original file line number Diff line number Diff line change 2929 <packaging >jar</packaging >
3030 <name >highcpu</name >
3131
32- <dependencies >
33- <dependency >
34- <groupId >com.beust</groupId >
35- <artifactId >jcommander</artifactId >
36- </dependency >
37- </dependencies >
38-
39-
4032 <properties >
4133 <fully .qualified.main.class>com.github.chrishantha.sample.highcpu.App</fully .qualified.main.class>
4234 </properties >
Original file line number Diff line number Diff line change 11/*
22 * Copyright 2015 M. Isuru Tharanga Chrishantha Perera
3- *
3+ *
44 * Licensed under the Apache License, Version 2.0 (the "License");
55 * you may not use this file except in compliance with the License.
66 * You may obtain a copy of the License at
7- *
7+ *
88 * http://www.apache.org/licenses/LICENSE-2.0
9- *
9+ *
1010 * Unless required by applicable law or agreed to in writing, software
1111 * distributed under the License is distributed on an "AS IS" BASIS,
1212 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
Original file line number Diff line number Diff line change 11/*
22 * Copyright 2015 M. Isuru Tharanga Chrishantha Perera
3- *
3+ *
44 * Licensed under the Apache License, Version 2.0 (the "License");
55 * you may not use this file except in compliance with the License.
66 * You may obtain a copy of the License at
7- *
7+ *
88 * http://www.apache.org/licenses/LICENSE-2.0
9- *
9+ *
1010 * Unless required by applicable law or agreed to in writing, software
1111 * distributed under the License is distributed on an "AS IS" BASIS,
1212 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
Original file line number Diff line number Diff line change 11/*
22 * Copyright 2015 M. Isuru Tharanga Chrishantha Perera
3- *
3+ *
44 * Licensed under the Apache License, Version 2.0 (the "License");
55 * you may not use this file except in compliance with the License.
66 * You may obtain a copy of the License at
7- *
7+ *
88 * http://www.apache.org/licenses/LICENSE-2.0
9- *
9+ *
1010 * Unless required by applicable law or agreed to in writing, software
1111 * distributed under the License is distributed on an "AS IS" BASIS,
1212 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
Original file line number Diff line number Diff line change 11/*
22 * Copyright 2015 M. Isuru Tharanga Chrishantha Perera
3- *
3+ *
44 * Licensed under the Apache License, Version 2.0 (the "License");
55 * you may not use this file except in compliance with the License.
66 * You may obtain a copy of the License at
7- *
7+ *
88 * http://www.apache.org/licenses/LICENSE-2.0
9- *
9+ *
1010 * Unless required by applicable law or agreed to in writing, software
1111 * distributed under the License is distributed on an "AS IS" BASIS,
1212 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
Original file line number Diff line number Diff line change 2929 <packaging >jar</packaging >
3030 <name >hotmethods</name >
3131
32- <dependencies >
33- <dependency >
34- <groupId >com.beust</groupId >
35- <artifactId >jcommander</artifactId >
36- </dependency >
37- </dependencies >
38-
39-
4032 <properties >
4133 <fully .qualified.main.class>com.github.chrishantha.sample.hotmethods.App</fully .qualified.main.class>
4234 </properties >
Original file line number Diff line number Diff line change 11/*
22 * Copyright 2017 M. Isuru Tharanga Chrishantha Perera
3- *
3+ *
44 * Licensed under the Apache License, Version 2.0 (the "License");
55 * you may not use this file except in compliance with the License.
66 * You may obtain a copy of the License at
7- *
7+ *
88 * http://www.apache.org/licenses/LICENSE-2.0
9- *
9+ *
1010 * Unless required by applicable law or agreed to in writing, software
1111 * distributed under the License is distributed on an "AS IS" BASIS,
1212 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
You can’t perform that action at this time.
0 commit comments